when I try to import the db with new phpmyadmin, it leaves me the following error...
I use mybb 1.2.2 in a server with php 5.2.5 and MySQL 4.1.22
and I want to transfer it to a server with php 5.2.5 and mysql 5.0.67-community
Quote:CREATE TABLEmybb_adminlog
(
uid
int( 10 ) unsigned NOT NULL default '0',
dateline
bigint( 30 ) NOT NULL default '0',
scriptname
varchar( 50 ) NOT NULL default '',
action
varchar( 50 ) NOT NULL default '',
querystring
varchar( 150 ) NOT NULL default '',
ipaddress
varchar( 50 ) NOT NULL default '',
KEYscriptname
(scriptname
,action
)
) ENGINE = MYISAM DEFAULT CHARSET = latin1;
MySQL ha dicho: Documentación
#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 '---------------------------------------
CREATE TABLEmybb_adminlog
(
uid
' at line 1
I use mybb 1.2.2 in a server with php 5.2.5 and MySQL 4.1.22
and I want to transfer it to a server with php 5.2.5 and mysql 5.0.67-community