Re: mysql.sock not created

2001-06-13 Thread Benjamin Pflugmann
Hello. On Tue, Jun 12, 2001 at 08:39:59PM -0700, [EMAIL PROTECTED] wrote: Thanks for the reply Conducting a 'find' does not turn up the mysql.sock file anywhere on my server. Is there any reason why the installation would not create this file? That may sound like a stupid question, but

mysql.sock not created

2001-06-12 Thread Brian Walker
Hello I've established that the MySQL server is running, but I cannot create or do anything with it. Here is some examples. [root@www bin]# mysql ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) [root@www bin]# mysqladmin -u root -p create

Re: mysql.sock not created

2001-06-12 Thread Philip Mak
On Wed, 13 Jun 2001, Brian Walker wrote: I've established that the MySQL server is running, but I cannot create or do anything with it. Here is some examples. ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) It probably created mysql.sock

Re: mysql.sock not created

2001-06-12 Thread clay bond
On Wed, 13 Jun 2001, Brian Walker wrote: mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)' Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists! When this

Re: mysql.sock not created

2001-06-12 Thread Brian Walker
RaQ 3 server with Cobalt Linux OS. I've established that the MySQL server is running, but I cannot create or do anything with it. Here is some examples. ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) It probably created mysql.sock somewhere