Error code 1064, SQL state 42000: You have an error in your SQL syntax;

后端 未结 6 1018
囚心锁ツ
囚心锁ツ 2021-02-02 10:04

I\'m using latest version of MySQL ==> mysql-5.6.10-winx64.zip

Created the database and every thing is ok \'I think\' when I try to execute this simple command;

6条回答
  •  Happy的楠姐
    2021-02-02 10:25

    I got the same Error when i was dumping mysql table structure file in to DB. Mistake was putting the Syntax for dropping all table before but not checking their existence in the Database. Issue was at " DROP TABLE usermgmt". I removed that code of lines of dropping tables and it proceeded with out any error this time.

提交回复
热议问题