I am using phpMyAdmin; I created a database; now I want to locate the username and password for this new database I created. Note, I am not sys admin, I am only the developer, but I do have access to create db on MySQL in phpMyAdmin. Does my sys admin needs to tell me the username and password to access this db, or I can telnet and get it?
Share
In MySQL creating a database doesn’t automatically create a user to go with it.
You must explicitly create the user and grant acess.
http://dev.mysql.com/doc/refman/5.1/en/adding-users.html