it seems the summary limited the length
left navigation got wrong database name after creating user if contains dot
please follow these steps:
1. login to the pma using root
2. click "Privileges" on the right top navigation
3. click "Add a new User" after the current user list
4. username: a.b
host: localhost
Generate password
choose "Create database with same name and grant all privileges" then "Go"
problem: normally it will create the user and database, then switch into the database, but now it go into a database called "b", which is not exists on my mysql server, dropdown list in the left navigation frame shows "(Databases ...)" when click the "Create table" below, you can see Error
MySQL said:
'b' database does not exist.
hmm... just found another problem relate this
first 2 steps are same
steps:
3. choose a user
4. choose "Drop the databases that have the same names as the users."
problem: when success dropped the user and database, left navigation frame will go into the database witch just dropped, it should be display the database list
This bug was fixed in repository and will be part of a future release; thanks for reporting.