Support Center > Knowledgebase > phpMyAdmin > I would like to create a database with a dot in its name.
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.
Also Read