Hi everyone,
I am trying to get PHPMyAdmin running to administer my MySQL tables/databases. MySQL is up and running and I can use the command line tool to login and make changes.
However PHPMyAdmin fails to login to the database server, the login details are definately correct. What do you think the reason could be?
Also where can I check for a log that gives me some further information, MySQL logs are quite worthless for this problem.
Thanks for your help in advance.
Devraj
in config.inc.php $cfg['Servers'][$i]['connect_type'] = 'tcp'; // maybe also socket
in your /etc/mysql/my.cnf check that these values are commented: #skip-networking #bind-address = 127.0.0.1
If your MySQL server and your apache server are both on the same machine you can use sockets.
cheers francesco
-- No problem is so formidable that you can't walk away from it. ~ Charles M. Schulz
