Faced with the problem of removing the database, with the name contains a space.
When you delete a database, is generated command:
Code: Select all
DROP DATABASE cedb45br 7 7 7;
Code: Select all
DROP DATABASE `cedb45br 7 7 7`;
Please fix.
Code: Select all
DROP DATABASE cedb45br 7 7 7;
Code: Select all
DROP DATABASE `cedb45br 7 7 7`;