RE: problem starting server

2011-04-26 Thread David Brian Chait
Go to the cmd line and type ps -ef , do you see mysqld listed? If so then it is already running. -Original Message- From: Gergely Buday [mailto:gbu...@gmail.com] Sent: Tuesday, April 26, 2011 5:56 AM To: mysql@lists.mysql.com Subject: problem starting server Hi there, I installed a my

Re: problem starting server

2011-04-26 Thread Reindl Harald
Am 26.04.2011 14:56, schrieb Gergely Buday: > Hi there, > > I installed a mysql server on my Mac using homebrew. > > $ mysql --version > mysql Ver 14.12 Distrib 5.0.91, for apple-darwin10.0 (i386) using > EditLine wrapper > > When trying to start it I get > > $ mysql.server start > Starting M

Re: RE: Problem starting server

2002-05-28 Thread Egor Egorov
Neville, Tuesday, May 28, 2002, 11:23:06 AM, you wrote: NL> this is the error message I get NL> "Can't connect to local MySQL server through socket NL> '/var/lib/mysql/mysql.sock' (2)" NL> Why is this ? Check permissions on the MySQL datadir. Look also into the .err file in the MySQL data dir

RE: Problem starting server

2002-05-28 Thread Neville Lewis
this is the error message I get "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)" Why is this ? Here is a copy of the my.cnf file [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock [mysql.server] user=mysql basedir=/var/lib [safe_mysqld] err-

Re: Problem starting server

2002-05-27 Thread Egor Egorov
Matt, Monday, May 27, 2002, 9:20:32 AM, you wrote: MH> I keep getting the following error: MH> error: 'Can't connect to MySQL server through the socket MH> '/var/lib/mysql/mysql.sock' (111)' MH> Check that mysqld is running and that the socket: MH> '/var/lib/mysql/mysql.sock' exists! MH> This w