Quote:
Originally Posted by PaulW
Somewhere on your server there is what is called a config file containing various "global" values. It will have lines like $cfg['Servers'][$i]['passwd'] = "abcdefg"; You need to find the file and read or change the password using any text editor. The reason you have to change MySQL user/pass first (if you're going to change the phpmyadmin config) is that if you do it the other way round your scripts won't be able to connect to the database. Note: the file is usually called config.inc.php
|
Thanks  Progress BUT NOW I'm getting just a blank page,What should I do? I'm tthinking to just do a restore,any feedback 
|