While testing and learning PHPRunner, I have created and uploaded many MySQL test databases. Now, I want to delete all of the test databases. I use a tool called DB Manager provided by my ISP to manage the MySQL databases. I was able to Drop most of the test databases, but a few generate an error message. The Drop command generates an error message, "You have an error in your SQL syntax near 'name-of-database' at line 1". Any ideas or suggestion on how to resolve this error? This is my first MySQL project, and I'm gessing it's something rather simple.
Best,
Christopher