Last Updated: 2013-11-01
Condition or Error
Loading a mysqldump into a MySQL server from a backup/restore fails.
Causes
The problem may be that your MySQL binary logs are in a
subdirectory of your MySQL
data
directory,
causing MySQL to view them as a schema.
Rectifications
Possible steps to resolution:
Modify the dump file so it isn't trying to drop a schema named after the bin log directory
Update the mysql configuration so the bin logs aren't in a directory in the data dir. mysql sees all directories in the data dir as a schema