Logging in with a different password than the database password, PHPMyAdmin
Posted
by
Andrew M
on Server Fault
See other posts from Server Fault
or by Andrew M
Published on 2010-12-29T18:29:16Z
Indexed on
2010/12/29
18:55 UTC
Read the original article
Hit count: 309
mysql
|phpmyadmin
I am trying to install PHPMyAdmin on my server to manage my MySQL databases. Right now I have only one I want to add, but I would like to be able to manage multiple databases from the same account on PHPMyAdmin.
How would I configure PMA so I could login with "andrew" and a password of "examplepassword" instead of the annoyingly long and unchangeable database user and password I am provided (ie. db3483478234, password of random characters)? I can't seem to find an area to specify a different password than the regular database username and password.
© Server Fault or respective owner