Re: Can't start server after power outage

2006-02-08 Thread Michael Satterwhite
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kishore Jalleda wrote: | do you have a bind-address = option set in your my.cnf file, You're a genius! Thanks much. It was, indeed, a bind problem. I'm now back. You have no idea how much I appreciate the help. Thanks again. -BEGIN PGP SIGN

Re: Can't start server after power outage

2006-02-08 Thread Kishore Jalleda
do you have a bind-address = option set in your my.cnf file, also do you have a properly configures loopback address/addresses, what OS are you running , if possible do a system call trace for mysqld_safe with #strace or #truss, that might give some hint, also just double-check

Re: Can't start server after power outage

2006-02-08 Thread Michael Satterwhite
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kishore Jalleda wrote: We're at least thinking in the same terms. | see if there is a /tmp/mysql.sock file, Doesn't exist. | is there a mysqld process running (#ps -ef), This was the first thing I checked. No, no mysqld running also you could us

Re: Can't start server after power outage

2006-02-08 Thread Michael Satterwhite
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | That happens sometimes. Do a mysqladmin shutdown and then try to restart it. It should start just fine. | I ran mysqladmin shutdown which reported that it couldn't connect to the mysql server (not surprising - the problem

Re: Can't start server after power outage

2006-02-08 Thread Kishore Jalleda
see if there is a /tmp/mysql.sock file, is there a mysqld process running (#ps -ef), also you could use #netstat -a to see if there is a process utilizing port 3306, also has there been any file corruption due to the outage ( #fsck), does the rest of the machine work well as expected, try a reboot

Re: Can't start server after power outage

2006-02-08 Thread jabbott
That happens sometimes. Do a mysqladmin shutdown and then try to restart it. It should start just fine. --ja On Wed, 8 Feb 2006, Michael Satterwhite wrote: > I use a local MySQL server (we're using 4.0) for development. It's been > running cleanly for months - and the configuration file has

Re: Can't start server.

2004-07-25 Thread Levi Campbell
Debian, woody version. - Original Message - From: Jonathan Villa<mailto:[EMAIL PROTECTED]> To: Levi Campbell<mailto:[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> Sent: Sunday, July 25, 2004 2:06 PM Subject: Re: Can't start server.

Re: Can't start server.

2004-07-25 Thread Jonathan Villa
Levi Campbell said: > Okay, I've got MySQL installed but now I can't start the server deamon, > when > I try to start it as the root user, I get the following: "Warning: asked > for > 196608 stack space but got 126976" but on the user mysql I get: "bash: > mysqld: command not found." > > What do I

Re: Can't start server

2004-07-12 Thread jschung
cc: 2004-07-12 09:48 Subject:

RE: Can't start server: Bind on TCP/IP port: Address already in use

2004-06-07 Thread Willem Roos
You are only listing processes owned by you. ps -e will show all processes, add -f for a full listing. > -Original Message- > From: Tobias Bohlin [mailto:[EMAIL PROTECTED] > Sent: 07 June 2004 11:30 > To: [EMAIL PROTECTED] > Subject: Can't start server: Bind on TCP/IP port: Address > alre

RE: can't start server

2003-11-19 Thread mo toufali
: Re: can't start server Do check the ownership on /var/lib/mysql if not right, then chown -R mysql /var/lib/mysql I am getting out of ideas here. Would recommend to uninstall all the mysql packages - mysql-server, mysql-client and other you have installed and start afresh. Aman R

Re: can't start server

2003-11-19 Thread aman raheja
D] <mailto:[EMAIL PROTECTED]> -Original Message- From: aman raheja [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 12:28 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: can't start server Is this a production server? THIS IS not a good advice

Re: can't start server

2003-11-19 Thread aman raheja
t;mailto:[EMAIL PROTECTED]> -Original Message- From: aman raheja [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 12:28 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: can't start server Is this a production server? THIS IS not a go

Re: can't start server

2003-11-19 Thread aman raheja
Hello I would firstly like to say that you are sending emails to me personally by hitting Reply - instead use Reply All next time so that others can view the problem too. I myself am *NOT* a guru in the field and so expect better advice from an expert. Anyway. Firstly - the error seems like w

Re: can't start server

2003-11-19 Thread aman raheja
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: can't start server did you try netstat and see if something else is using the port. Aman Raheja AGF Technologies http://www.agftech.com [EMAIL PROTECTED] wrote: I am sure that this problem has already been answered but some how I

Re: can't start server

2003-11-19 Thread aman raheja
did you try netstat and see if something else is using the port. Aman Raheja AGF Technologies http://www.agftech.com [EMAIL PROTECTED] wrote: I am sure that this problem has already been answered but some how I can't figure it out. When I try to start the mysqld I get the error 2002 can't start s

Re: Can't start server : Bind on unix socket ?

2002-05-31 Thread Victoria Reznichenko
Chris, Friday, May 31, 2002, 4:51:37 AM, you wrote: CG> Somewhat new to the list (and very new to mySQL), so thanks for you help CG> in advance. I installed RedHat 7.1 (Seawolf) on a PC, and it came with CG> mysql 3.23.36. I logged in as a regular admin user and typed mysql to CG> get started..

Re: Can't start server : Bind on unix socket: Permission denied

2001-07-31 Thread Neil Barnes
FIXED. For those that don't know go through the searchable archive of this mailing list (http://lists.mysql.com) ... I should have done in the first case! Anyway, if ever you get the socket error described below it's just a case of setting your permissions correctly. chmod 700 datadir (e.g chm