On Monday 22 March 2004 21:45, [EMAIL PROTECTED] wrote: > This error could result from a number of possible problems. First off I > would check to make sure the mysqld is running and attaching to the default > socket (3306). If you have it set up otherwise, you will likely need the > connect to contain the ':3307' socket adjustment to the name of the host > being sought. I have validated that the rest of your logic is correct > once the connection is established.
It seems that mysqld is up and running (view the results below), but could you specify how to check the socket, please? Regards Sami dhcppc9:/home/smaisnie # ps -efc | grep mys root 1211 1 - 21 19:45 ? 00:00:00 /bin/sh ./bin/mysqld_safe --datadir=/usr/local/mysql/data --pid-file=/usr/local/mysql/data/dhcppc9.pid mysql 1240 1211 - 24 19:45 ? 00:00:00 /usr/local/mysql/bin/ mysqld --defaults-extra-file=/usr/local/mysql/data/my.cnf --basedir=/usr/ local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/ local/mysql/data/dhcppc9.pid --skip-locking mysql 1288 1240 - 24 19:45 ? 00:00:00 /usr/local/mysql/bin/ mysqld --defaults-extra-file=/usr/local/mysql/data/my.cnf --basedir=/usr/ local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/ local/mysql/data/dhcppc9.pid --skip-locking mysql 1289 1288 - 20 19:45 ? 00:00:00 /usr/local/mysql/bin/ mysqld --defaults-extra-file=/usr/local/mysql/data/my.cnf --basedir=/usr/ local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/ local/mysql/data/dhcppc9.pid --skip-locking mysql 1290 1288 - 23 19:45 ? 00:00:00 /usr/local/mysql/bin/ mysqld --defaults-extra-file=/usr/local/mysql/data/my.cnf --basedir=/usr/ local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/ local/mysql/data/dhcppc9.pid --skip-locking mysql 1291 1288 - 23 19:45 ? 00:00:00 /usr/local/mysql/bin/ mysqld --defaults-extra-file=/usr/local/mysql/data/my.cnf --basedir=/usr/ local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/ local/mysql/data/dhcppc9.pid --skip-locking mysql 1292 1288 - 20 19:45 ? 00:00:00 /usr/local/mysql/bin/ mysqld --defaults-extra-file=/usr/local/mysql/data/my.cnf --basedir=/usr/ local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/ local/mysql/data/dhcppc9.pid --skip-locking mysql 1294 1288 - 24 19:45 ? 00:00:00 /usr/local/mysql/bin/ mysqld --defaults-extra-file=/usr/local/mysql/data/my.cnf --basedir=/usr/ local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/ local/mysql/data/dhcppc9.pid --skip-locking mysql 1295 1288 - 24 19:45 ? 00:00:00 /usr/local/mysql/bin/ mysqld --defaults-extra-file=/usr/local/mysql/data/my.cnf --basedir=/usr/ local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/ local/mysql/data/dhcppc9.pid --skip-locking mysql 1296 1288 - 24 19:45 ? 00:00:00 /usr/local/mysql/bin/ mysqld --defaults-extra-file=/usr/local/mysql/data/my.cnf --basedir=/usr/ local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/ local/mysql/data/dhcppc9.pid --skip-locking mysql 1297 1288 - 24 19:45 ? 00:00:00 /usr/local/mysql/bin/ mysqld --defaults-extra-file=/usr/local/mysql/data/my.cnf --basedir=/usr/ local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/ local/mysql/data/dhcppc9.pid --skip-locking root 2206 1829 - 21 21:57 pts/1 00:00:00 grep mys -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]