Hello Everybody I have upgrade ubuntu 9.10 to ubuntu 10.10 but i cant access phpmyadmin.so how to change the username and password for phpmyadmin.I need urgent access of phpmyadmin because my database is there need to upload the database on server but problem is cant access. give error given below #1045 Cannot log in to the MySQL server Please reply its very urgent Thanks and Regards Shalu

link|improve this question
feedback

migrated from stackoverflow.com Nov 23 '10 at 15:28

This question came from our site for professional and enthusiast programmers.

2 Answers

The password for phpMyAdmin is your mysql admin username and password. There are not separate login details for phpMyAdmin itself.

link|improve this answer
feedback

In Command line:>

$ mysqladmin -u root -p 'oldpassword' password newpass
link|improve this answer
feedback

Your Answer

 
or
required, but never shown