Der Engel wrote: > Hi, > > Installed mysql+phpmyadmin on OBSD 4.0, when doing > http://host/phpMyAdmin/index.php i get the following error: > > #2002 - The server is not responding (or the local MySQL server's > socket is not correctly configured) > > I can connect remotely just fine using mysql query browser tool, > anyone have had this problem? any ideas on how to resolve it? I tried > #httpd -u but same error.
When using a socket device, check permissions of the MySQL socket and the path leading up to it. When using a network socket, check if you can telnet into it. Also note that Apache (you only mentioned httpd) might be in a chroot or running as a different user than what you expect it to be. and of course check firewall rules etc. Greets, Jeroen [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

