Alright,
We're moving some files to a new web host, and I'm running into some trouble. In the old host in phpMyadmin I can export the database scructure as a file, but when I import it to the new one via phpMyadmin, it gives me an error.
#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 'access_id` int(11) NOT NULL auto_increment,
`access_cd` varchar(16) NOT NULL d' at line 1
I think it has something to do with different versions of mysql or different veresion of phpMyadmin. We're moving from mysql MySQL 3.23.58 / phpMyAdmin 2.6.0-pl3 to MySQL 5.0.24a / phpMyAdmin - 2.8.2.4
any ideas?
We're moving some files to a new web host, and I'm running into some trouble. In the old host in phpMyadmin I can export the database scructure as a file, but when I import it to the new one via phpMyadmin, it gives me an error.
#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 'access_id` int(11) NOT NULL auto_increment,
`access_cd` varchar(16) NOT NULL d' at line 1
I think it has something to do with different versions of mysql or different veresion of phpMyadmin. We're moving from mysql MySQL 3.23.58 / phpMyAdmin 2.6.0-pl3 to MySQL 5.0.24a / phpMyAdmin - 2.8.2.4
any ideas?