phpmyadmin

They have: 13 posts

Joined: Aug 2004

how do i change the default password for phpmyadmin Confused

Abhishek Reddy's picture

He has: 3,348 posts

Joined: Jul 2001

Around line 84 in config.inc.php:

$cfg['Servers'][$i]['password']      = 'yourpassword';          // MySQL password (only needed
                                                    // with 'config' auth_type)
'
Is that what you're looking for?

They have: 13 posts

Joined: Aug 2004

my file is messed up so that it only has 8 lines so can someone give me a clean version of that file with the password set as default for root@localhost and root@remotecomputer ?

Abhishek Reddy's picture

He has: 3,348 posts

Joined: Jul 2001

Download a fresh copy at phpmyadmin.net and use/modify the config file in that. Smiling

They have: 13 posts

Joined: Aug 2004

thank you Abhishek!!! you are a life saviour

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.