Bienvenido: ( Identificarse | Registrarse )      
Foros de Trucos Windows
Closed TopicStart new topicStart Poll

Outline · [ Estándar ] · Lineal+

> como soluciono este erro? help!, de syntaxis mysql :x

yuki
post Feb 19 2006, 10:08 PM
Publicado: #1


Maestro
*****

Grupo: Members
Mensajes: 313
Registrado: 30-October 05
Miembro nº: 151.633



***SQL query:

CREATE TABLE ibf_admin_logs(

id bigint( 20 ) NOT NULL AUTO_INCREMENT ,
act varchar( 255 ) default NULL ,
code varchar( 255 ) default NULL ,
member_id int( 10 ) default NULL ,
ctime int( 10 ) default NULL ,
note text,
ip_address varchar( 255 ) default NULL ,
PRIMARY KEY ( id )
) ENGINE = MYISAM DEFAULT CHARSET = latin1
MySQL said:

#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1' at line 10
******

encontre otro host he intento subir el backup del foro del mismo modo como siempre lo hago, pero me arroja este error
alguien sabe como solucinarlo confused.gif confused.gif


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
alnitak
post Feb 20 2006, 03:00 AM
Publicado: #2


Carpe Diem
Group Icon

Grupo: Webmaster
Mensajes: 6.398
Registrado: 28-August 03
Desde: Valencia, Venezuela
Miembro nº: 25



Esa linea que te tira el error no es compatible con versiones de mysql anteriores a la 4.1.1, así que tendrás que buscarte un hosting con una version de mysql igual o superior a la 4.1.1

bye1.gif


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
GeeK
post Feb 20 2006, 03:19 AM
Publicado: #3


Can u hεar thε silεncε scrεaming???
Group Icon

Grupo: Moderadores
Mensajes: 2.239
Registrado: 20-February 06
Miembro nº: 160.744



) ENGINE = MYISAM DEFAULT CHARSET = latin1

Esta segura que la linea esta correcta??? ranting.gif
Mirala bien
Engine = Myisam Default Charset =Latin1

coolio0ju.gif Geek



User is offlineProfile CardPM
Go to the top of the page
+Quote Post
yuki
post Feb 20 2006, 07:10 PM
Publicado: #4


Maestro
*****

Grupo: Members
Mensajes: 313
Registrado: 30-October 05
Miembro nº: 151.633



borre todas las partes donde salia "'DEFAULT CHARSET=latin1'"(hice lo q encontre buskndo en google) y ahora si me dejo hacer el backup

voy a tener problemas mas adelante con el foro si elimine eso????? blink.gif confused.gif q no tengo idea de q es
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
Closed TopicTopic OptionsStart new topic