***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