FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » phpmyadmin config problems
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
phpmyadmin config problems [message #176680] Tue, 17 January 2012 03:59 Go to previous message
cerr is currently offline  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
[Message index]
 
Read Message
Read Message
Previous Topic: Why and wherefore file downloads
Next Topic: an active web design group?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 15:20:03 GMT 2024

Total time taken to generate the page: 0.06996 seconds