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

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

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 (/usr/local/

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: 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 happe

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
rpm again. Matt - Original Message - From: "Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 5:47 PM Subject: Re: Fw: Problem starting server > - Original Message - > From: "Matt Hargraves" <[EMAIL PROTECTED]&

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

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, installe

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
dd reason I'm feeling like 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: M

Re: Fw: Problem starting server

2002-05-27 Thread Phil Dobbin
graves" <[EMAIL PROTECTED]> > 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

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
: "Matt Hargraves" <[EMAIL PROTECTED]> 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 modif

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

Re: Fw: Problem starting server

2002-05-27 Thread Phil Dobbin
;Sorry. Your message could not be delivered to: w3d3demo (Mailbox or Conference is full.)" when posting to your address (in the To: Field). > - Original Message - > From: "Phil Dobbin" <[EMAIL PROTECTED]> > To: "Matt Hargraves" <[EMAIL PROTECTED]

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
running. Does that help? - 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 a

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 t

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 either

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

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 either

Trouble starting server for the first time...

2002-02-12 Thread Jake
I am in a windows 2000 environment. My level of experience is very low so please be explicit. I am reviewing mySQL as a solution for multiple web applications and CDROM applications. I am trying to start the server for the first time using the command: c:\mysql\bin>mysqld-max --standalone Here

Starting Server

2002-02-11 Thread Chris
Greetings: I recently upgraded my MySQL server on a Linux box. When I try to start the server, it says started, then immediately it stops. The log file reports: -- 020206 14:38:35 mysqld started /usr/local/libexec/mysqld: File './gumby-bin.1' not found (Errcode: 13) 020206 14:38:36 Could not

Trouble starting server for the first time...

2002-02-07 Thread Jake
I am in a windows 2000 environment. My level of experience is very low so please be explicit. I am reviewing mySQL as a solution for multiple web applications and CDROM applications. I am trying to start the server for the first time using the command: c:\mysql\bin>mysqld-max --standalone Here

Re: Starting Server

2002-02-06 Thread bharat
Hi Chris, I suppose that gumby , is your machine name . It seems from the messages that /usr/local/var does not permits mysql daemon to create file. you can chnage mode to 777 to the directory, and for host.frm , you have to run /usr/local/mysql/scripts/mysql_install_d

Starting Server

2002-02-06 Thread Chris
Greetings: I recently upgraded my MySQL server on a Linux box. When I try to start the server, it says started, then immediately it stops. The log file reports: -- 020206 14:38:35 mysqld started /usr/local/libexec/mysqld: File './gumby-bin.1' not found (Errcode: 13) 020206 14:38:36 Could not

RE: Starting server on Sun Solaris

2001-02-01 Thread David Birchfield
ng the program in the background? > > # bin/safe_mysqld & > > If so, can mysql CLI connect to the running server? > > Regards > > quentin > > -Original Message- > From: David Birchfield [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 1 February 2001 15:57 > T

RE: Starting server on Sun Solaris

2001-01-31 Thread Quentin Bennett
-- From: David Birchfield [mailto:[EMAIL PROTECTED]] Sent: Thursday, 1 February 2001 15:57 To: [EMAIL PROTECTED] Subject: Starting server on Sun Solaris Hi all, I have completed the installation of MySQL on Solaris 8, but when I run safe_mysqld the machine just hangs after giving the prompt: "Sta

Can't connect through socket error when starting server

2001-01-24 Thread lkeeton
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/m ysql.sock' (111) I have a Cobalt Raq3 trying to get mysql installed but I can't get passed this. Any suggestions. - Before posting, please check