Home »
Imported messages »
comp.lang.php »
phpmyadmin config problems
phpmyadmin config problems [message #176680] |
Tue, 17 January 2012 03:59 |
cerr
Messages: 33 Registered: September 2010
Karma:
|
Member |
|
|
Hi There,
Hi There,
I'm getting
#2002 - The server is not responding (or the local MySQL server's
socket is not correctly configured)
even tho I have this in my config.inc.php:
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'PASS';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
and
mysql -u root -p
on the shell lets me login just fine. Why would phpmyadmin not be
able to connect? I also got troubles connecting to my db with
Joomla... :(
Any help is appreciated!
Thank you!
Ron
|
|
|
Goto Forum:
Current Time: Fri Nov 22 15:20:03 GMT 2024
Total time taken to generate the page: 0.06996 seconds