MySQL


Can I create a MySQl database with a dot in its name?
This is a bad idea, because in MySQL the syntax "database.table" is the normal way to reference a database and table name. So if you are creating a database with a dot in its name, you cannot work with it, nor delete it.