


Mysql>GRANT USAGE ON mysql.* TO IDENTIFIED BY 'pmapass' If we have edited for Muti-User(untrusted) environment then go to mysql command prompt and perform the following steps to create mysql user - 'pma' identfied by pass 'pmapass'.For a multiuser (untrusted) environment, update as:.If we type in into the browser, we can bypass login sesstion and go directly into myadmin: For a single-user (root or trusted) environment (This is my case), update as:.For a personal server running behind a firewall, config may be desirable whereas a multi-user facility (such as an ISP) will want to use cookie or http. There are a number of authentication methods we may want to choose depending on our specific needs.
