I have some dbs with an _ in the name. You do a str_replace in server_privileges.php on line 1193 ($Id: server_privileges.php,v 2.29 2004/09/14 16:01:55 lem9) echo '' . "\n";
Why did you do that?
With this str_replace I can't successfully do the following scenario:
create a db with a _ in the name (test_db)
go into privileges
edit a user
choose the test_db from "Add privileges on the following database:"
take a look at the top. it looks like this: "User 'user'@'%' - Database test_db"
Because of the backslash it is not possible to update the privileges for this db.
Original URL: "https://sourceforge.net/p/phpmyadmin/bugs/1502/":https://sourceforge.net/p/phpmyadmin/bugs/1502/