Add to Favourites Add to Favourites    Print this Article Print this Article

I would like to create a 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. Worse, MySQL will usually let you create a database with a dot, but then you cannot work with it, nor delete it.

Was this answer helpful?

Also Read