PDA

View Full Version : phpMyAdmin Installation in FC3


mohtasham1983
30th June 2005, 11:24 PM
I installed phpMyAdmin according to FC3 web site instructions.
everything works very well but at the end when I enter my user name and password I receive this message:
Cannot login to MySQL server
Does anyone know what my problem is?

brahms
30th June 2005, 11:37 PM
As root
setsebool -P httpd_can_network_connect=1
and you should be set to go.

rayyes
30th June 2005, 11:46 PM

is mysql running?
sudo /sbin/service mysqld restart
if it is,most probably the user/pass you're using to login is not the same one used by MySQL. review all you confuguration files and make sure they match.

mohtasham1983
1st July 2005, 01:57 PM
I understood the problem. I supress one of the steps to create password for root.
thank you for help.