I want to move my website to another web hosting. Got an error when I import my sql. Is there anyone can help? Thanks a lot. Error SQL query: -- -- Database: `u737534894_jjm` -- -- -------------------------------------------------------- -- - - TABLE structure FOR TABLE `adboxes` -- CREATE TABLE IF NOT EXISTS `adboxes` ( `id` int( 8 ) NOT NULL AUTO_INCREMENT , `adcode` text COLLATE utf8_unicode_ci, PRIMARY KEY ( `id` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci AUTO_INCREMENT =4; MySQL said: Documentation #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 '--Table structure for table `adboxes` -- CREATE TABLE IF NOT EXISTS `adboxes` (' at line 8 Code (markup):
thank you,i find what error related with. i was created MySQL tables first and try to import it that is error. i was delete the tables then import MySQL file ,it works now.