Jump to content

[SOLVED] phpmyadmin - greyed out save button?


Ikah

Recommended Posts

First off, Hello! Im new to both php & this site. :)

 

I'm having problems with phpmyadmin.

 

This is exactly what i had done:

 

-I have the latest wamp installed.

-in phpmyadmin folder I created the folder "config" (the folder is set to both read & write)

-In the scripts/setup, i added a new server. I kept it with localhost, didn't change anything... only added my password i had set for root. I clicked Add.

 

What I'm trying to do is save my configurations, but in the configurations section both the save & load buttons are greyed out.  ???

 

Please help, & I thank you for your time.  :)

 

Link to comment
Share on other sites

go to c:\wamp\phpmyadmin

 

open "config.inc.php" in notepad

 

change

 

$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed

 

to

 

$cfg['Servers'][$i]['password']      = 'yourpassword';          // MySQL password (only needed

 

save the file in notepad and your done..

Link to comment
Share on other sites

go to c:\wamp\phpmyadmin

 

open "config.inc.php" in notepad

 

change

 

$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed

 

to

 

$cfg['Servers'][$i]['password']      = 'yourpassword';          // MySQL password (only needed

 

save the file in notepad and your done..

 

I have these settings in that file,

$cfg['Servers'][$i]['host'] = 'localhost';

$cfg['Servers'][$i]['extension'] = 'mysqli';

$cfg['Servers'][$i]['connect_type'] = 'tcp';

$cfg['Servers'][$i]['compress'] = false;

$cfg['Servers'][$i]['auth_type'] = 'config';

$cfg['Servers'][$i]['user'] = 'root';

$cfg['Servers'][$i]['password'] = 'my password';

 

Are all of these correct? I am very positive that I am putting the correct password, yet when i try & access phpmyadmin, I am getting the same error that i have gotten when i first opened it:

 

" MySQL said: Documentation

#1045 - Access denied for user 'root'@'localhost' (using password: NO)"

 

btw- i really appreciate all your help. :)

 

 

Link to comment
Share on other sites

I don't know if you can call that solving the problem...

 

I understand what you're saying, but I still call it solving. 

People over at the phpmyadmin site told me that wamp was having some vista issues & for me to switch to xampp.

 

What would of you have suggested? (rajivgonsalves's suggestion was helpful, but did not work for me)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.