problem starting server

2011-04-26 Thread 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 MySQL .. ERROR! The server quit without updating PID file

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 MySQL ..

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

Re: Re: Fw: Problem starting server

2002-05-28 Thread Egor Egorov
Matt, Monday, May 27, 2002, 9:39:05 PM, you wrote: MH Been there, done that. Didn't change a thing. MH Guess I should have changed the e-mail before resending it, but I'm not MH really sure what the problem is. The server won't start for more than a MH tenth of a second. Here's what happens

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]

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 you

Problem starting server

2002-05-27 Thread Matt Hargraves
I keep getting the following error: error: 'Can't connect to MySQL server through the socket '/var/lib/mysql/mysql.sock' (111)' Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists! This wouldn't be a problem, but mysql.sock does exist and when I try to run

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

Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
I keep getting the following error: error: 'Can't connect to MySQL server through the socket '/var/lib/mysql/mysql.sock' (111) 'Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists! This wouldn't be a problem, but mysql.sock does exist and when I try to run

Re: Fw: Problem starting server

2002-05-27 Thread Phil Dobbin
On 27/5/02 at 12:47, [EMAIL PROTECTED] (Matt Hargraves) wrote: I keep getting the following error: error: 'Can't connect to MySQL server through the socket '/var/lib/mysql/mysql.sock' (111) 'Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists! Try the

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
- From: Phil Dobbin [EMAIL PROTECTED] To: Matt Hargraves [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, May 27, 2002 1:32 PM Subject: Re: Fw: Problem starting server On 27/5/02 at 12:47, [EMAIL PROTECTED] (Matt Hargraves) wrote: I keep getting the following error: error: 'Can't

Re: Fw: Problem starting server

2002-05-27 Thread Phil Dobbin
). - Original Message - From: Phil Dobbin [EMAIL PROTECTED] To: Matt Hargraves [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, May 27, 2002 1:32 PM Subject: Re: Fw: Problem starting server On 27/5/02 at 12:47, [EMAIL PROTECTED] (Matt Hargraves) wrote: I keep getting

Re: Fw: Problem starting server

2002-05-27 Thread Mark
- Original Message - From: Matt Hargraves [EMAIL PROTECTED] To: Phil Dobbin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, May 27, 2002 8:39 PM Subject: Re: Fw: Problem starting server Been there, done that. Didn't change a thing. [root@server mysql]# safe_mysqld Starting

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
] Cc: [EMAIL PROTECTED] Sent: Monday, May 27, 2002 3:56 PM Subject: Re: Fw: Problem starting server Not really. Try looking in /usr/local/mysql/bin where on most *nixs the start-up script resides (safe_mysqld). To modify it there is a file called /etc/rc.local (or rc.local). See if this has

Re: Fw: Problem starting server

2002-05-27 Thread Phil Dobbin
: Fw: Problem starting server Not really. Try looking in /usr/local/mysql/bin where on most *nixs the start-up script resides (safe_mysqld). To modify it there is a file called /etc/rc.local (or rc.local). See if this has been altered. There is also the error log called hostname.err

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
the skip-innodb entry is not appropriate, since it's the only entry that doesn't have an '=' in the middle of it though. Matt - Original Message - From: Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 27, 2002 4:12 PM Subject: Re: Fw: Problem starting server Been there, had

Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
- Original Message - From: Matt Hargraves [EMAIL PROTECTED] To: Mark [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, May 27, 2002 5:19 PM Subject: Re: Fw: Problem starting server OK, there really is nothing more to my install, installed it during the OS install. I clicked on 'Next

Re: Fw: Problem starting server

2002-05-27 Thread Mark
- Original Message - From: Matt Hargraves [EMAIL PROTECTED] To: Mark [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, May 27, 2002 11:19 PM Subject: Re: Fw: Problem starting server I tried adding skip-innodb to the my.cnf file under safe_mysqld. Here is my current my.cnf file

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
] To: [EMAIL PROTECTED] Sent: Monday, May 27, 2002 5:47 PM Subject: Re: Fw: Problem starting server - Original Message - From: Matt Hargraves [EMAIL PROTECTED] To: Mark [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, May 27, 2002 11:19 PM Subject: Re: Fw: Problem starting server