View Single Post
  #7  
Old 04-22-2009, 08:41 AM
yulia yulia is offline
Member
 
Join Date: Oct 2008
Posts: 27
Code:
host:~# ls -la /opt/lsws/chroot/tmp
total 304
drwxrwxrwt  3 root  root    4096 Apr 22 12:44 .
drwxr-xr-x 11 root  root    4096 Apr 22 12:38 ..
drwx------  3 lsws  lsws    4096 Apr 22 12:50 lshttpd
srwxrwxrwx  1 mysql mysql      0 Apr 22 12:40 mysqld.sock
my.cnf
Code:
[client]
port            = 3306
#socket          = /var/run/mysqld/mysqld.sock
socket          = /opt/lsws/chroot/tmp/mysqld.sock
[mysqld]
port            = 3306
#socket          = /var/run/mysqld/mysqld.sock
socket          = /opt/lsws/chroot/tmp/mysqld.sock
(only error I can really find)
When attempting to log in via phpMyAdmin:
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Reply With Quote