phpMyAdmin error

Reply

Join Date: Oct 2008
Posts: 8
Reputation: joelogs is an unknown quantity at this point 
Solved Threads: 0
joelogs joelogs is offline Offline
Newbie Poster

phpMyAdmin error

 
0
  #1
Oct 10th, 2008
i was trying out how to configure manually postgreSQL and mySQL database servers into Apache with php as a module. luckily i was successful in configuring those things. however, to have better management on mySQL databases in tried to install and configure phpMyAdmin. but i always encounter error (attached image shows). even though a i had already the file config.inc.php(attached also) in the phpmyadmin directory that error always comes out. i don't understand the thing saying "using the password: no". i don't know what file that sets the "no" as the password. any help is very much appreciated.
Attached Thumbnails
phpmyadmin error2.JPG  
Attached Images
File Type: bmp config.bmp (993.8 KB, 4 views)
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 762
Reputation: pritaeas is on a distinguished road 
Solved Threads: 124
Sponsor
pritaeas's Avatar
pritaeas pritaeas is offline Offline
Master Poster

Re: phpMyAdmin error

 
0
  #2
Oct 13th, 2008
"using the password: no" means that you try to access mysql for user root, without a password. So you may have set a password, but it could be missing from the config file.

  1. $cfg['Servers'][$i]['auth_type'] = 'config';
  2. $cfg['Servers'][$i]['user'] = 'root';
  3.  
  4. // put here your password after setting one
  5. $cfg['Servers'][$i]['password'] = '';
"If it is NOT source, it is NOT software."
-- NASA
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 8
Reputation: joelogs is an unknown quantity at this point 
Solved Threads: 0
joelogs joelogs is offline Offline
Newbie Poster

Re: phpMyAdmin error

 
0
  #3
Oct 13th, 2008
ok i'll try it. thanks!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC