Re: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)

2002-11-15 Thread Edwin Raj
server through socket } '/tmp/mysql.sock' (111)' } Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists! Looks like the error message is pretty clear - mysqld is not running. MySQL is a client/server application - there is a server that needs to run, and

Re: ERROR 2002: Can't connect to local MySQL server through socket'/tmp/mysql.sock' (111)

2002-11-14 Thread Vince LaMonica
On Fri, 15 Nov 2002, Edwin Raj wrote: } [root@edwinraj bin]# /usr/local/mysql/bin/mysqladmin -u root password } 'simple' } /usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed } error: 'Can't connect to local MySQL server through socket } &#

Re: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)

2002-11-14 Thread Edwin Raj
't connect to local MySQL server through socket '/tmp/mysql.sock' (111)' Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists! Edwin Raj wrote: Hello Friends, I have installed mysql version 3.23.52 binary file. The installation went well without an

ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)

2002-11-14 Thread Edwin Raj
Hello Friends, I have installed mysql version 3.23.52 binary file. The installation went well without any errors but when I type mysql in the command prompt I get this error. Can someone help me fix this. Am using red hat 6.2 version Rgds Edwin ---

Re: '/tmp/mysql.sock' (111)

2001-08-03 Thread Werner Stuerenburg
sarahana schrieb am Freitag, 3. August 2001, 03:07:31: > If mysql is shown when runnnig phpinfo() - does it mean that its installed, > and if yes, why this error? this only shows that php is compiled with mysql support. > thanks, what needs to ben done? I assume you work under win. You need t

'/tmp/mysql.sock' (111)

2001-08-03 Thread sarahana
Warning: Can't connect to local MySQL server through socket > '/tmp/mysql.sock' (111) > > thanks. > > > - Before posting, please check: http://www.mysql.com/manual.php (the manual) htt

Re: '/tmp/mysql.sock' (111)

2001-08-03 Thread David Mintz
I've had this happen (" Can't connect to local MySQL server") at the command line when I forgot to specify a host, so mysql assumes localhost. Check your host argument. On Thu, 2 Aug 2001, sarahana wrote: > If mysql is shown when runnnig phpinfo() - does it mean that its installed, > and if yes