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;
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.