
November 19th, 2009, 06:35 AM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 1
Time spent in forums: 2 m 12 sec
Reputation Power: 0
|
|
This can also happen if you set password for mysql, Then phpmyadmin don't have access to your database. You can fix this if you go to the wamp directory, then go to 'apps' folder there you'll see another folder 'phpmyadmin', in this folder find config.inc.php file and open it, there should be a line where you can set you password for your database($cfg['Servers'][$i]['password'] = ''  , in there just type your mysql pass.
And then it should work. It can also happen you don't have premission to change that config.inc.php file, that is becasue by default only system has full premission to that file, on windows you just click the right button and go to the propreties
and on security tab change premissions(so you can write to that file) for administrator if you logged as one, or for user if you logged as user.
|