No way to drop a bad database name
Brought to you by:
freddy78
Trying SQLiteManager for the first time, I used the MySQL syntax option and started working on creating my new database.
In MySQL syntax I was going to do:
create database MyData;
use MyData;
create table Names.....
The MyData database shows up in the left column, but I can't do anything with it, not even drop or delete it.
How do I get rid of this stray database entry?