943,732 Members | Top Members by Rank

Ad:
  • MySQL Discussion Thread
  • Unsolved
  • Views: 1675
  • MySQL RSS
Oct 10th, 2008
0

phpMyAdmin error

Expand Post »
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
Click image for larger version

Name:	phpmyadmin error2.JPG
Views:	19
Size:	32.5 KB
ID:	7673  
Attached Images
File Type: bmp config.bmp (993.8 KB, 22 views)
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
joelogs is offline Offline
8 posts
since Oct 2008
Oct 13th, 2008
0

Re: phpMyAdmin error

"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.

MySQL Syntax (Toggle Plain Text)
  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'] = '';
Sponsor
Featured Poster
Reputation Points: 550
Solved Threads: 728
Bite my shiny metal ass!
pritaeas is offline Offline
4,166 posts
since Jul 2006
Oct 13th, 2008
0

Re: phpMyAdmin error

ok i'll try it. thanks!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
joelogs is offline Offline
8 posts
since Oct 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in MySQL Forum Timeline: Need Help...Please
Next Thread in MySQL Forum Timeline: Can't get images to display in database





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC