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
fe[9615]: started > Feb 8 11:34:34 photon mysqld[9619]: 060208 11:34:34 Can't start server: > Bind on TCP/IP port: Cannot assign requested address > Feb 8 11:34:34 photon mysqld[9619]: 060208 11:34:34 Do you already have > another mysqld server running onport: 3306 ? > Feb

Re: Can't start server after power outage

2006-02-08 Thread jabbott
rted > Feb 8 11:34:34 photon mysqld[9619]: 060208 11:34:34 Can't start server: > Bind on TCP/IP port: Cannot assign requested address > Feb 8 11:34:34 photon mysqld[9619]: 060208 11:34:34 Do you already have > another mysqld server running onport: 3306 ? > Feb 8 11:34:3

Can't start server after power outage

2006-02-08 Thread Michael Satterwhite
ner. I can no longer start MySQL, it stops as soon as it starts. The log messages I'm seeing are: Feb 8 11:34:34 photon mysqld_safe[9615]: started Feb 8 11:34:34 photon mysqld[9619]: 060208 11:34:34 Can't start server: Bind on TCP/IP port: Cannot assign requested address Feb 8 11:34:3

Re: mysqld error [Can't start server: can't create PID file: No such file or directory]

2005-07-01 Thread Mir Islam
Make sure /var/run/mysqld exists and wrtable by mysql user -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: mysqld error [Can't start server: can't create PID file: No such file or directory]

2005-06-29 Thread Gleb Paharenko
abase was not shut down normally! . >I>InnoDB: Apply batch completed >050628 17:29:14 InnoDB: Started; log sequence number 0 43655 >050628 17:29:14 [ERROR] /usr/local/mysql/bin/mysqld: Can't create/write >to file '/var/run/mysqld/mysqld.pid' (Errcode: 2)

mysqld error [Can't start server: can't create PID file: No such file or directory]

2005-06-29 Thread Ralph Jackson
628 17:29:14 InnoDB: Started; log sequence number 0 43655 050628 17:29:14 [ERROR] /usr/local/mysql/bin/mysqld: Can't create/write to file '/var/run/mysqld/mysqld.pid' (Errcode: 2) 050628 17:29:14 [ERROR] Can't start server: can't create PID file: No such file or directory 0

libCstd.so.1 library not found on Solaris 8 (sparc) - can't start server

2005-04-09 Thread Mirek Rzadkowski
Problem description: installed mysql standard 64-bit v. 4.1.11 on Solaris 8 (sparc). Can't execute any mysql commands because always receive an error: ld.so.1: ./bin/mysqld: fatal: libCstd.so.1: open failed: No such file or directory An I missing anything in my environment? I've searched all d

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

Can't start server.

2004-07-25 Thread Levi Campbell
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 need to do? -- MySQL General Ma

Re: Fw: Can't start server

2004-07-12 Thread jschung
n this? Many thanks. > > > > - Forwarded by Joseph S CHUNG/OGCIO/HKSARG on 2004-07-12 09:40 - > > > > Joseph S CHUNG > >To: [EMAIL PROTECTED] > >

Re: Fw: Can't start server

2004-07-12 Thread A. Lanza
> > 2004-07-09 15:10 cc: > >

Re: Can't start server

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

Re: Fw: Can't start server

2004-07-12 Thread Philippe Poelvoorde
] 2004-07-09 15:10 cc: Subject: Can't start s

Fw: Can't start server

2004-07-11 Thread jschung
: Subject: Can't start s

Can't start server

2004-07-09 Thread jschung
I install mysql 4.0 with RPM on Fedora2, which comes with mysql 3.23. When I try to start mysql server, the /var/log/mysqld.log file record the following error message: " mysqld started Warning : Asked for 196608 thread stack, but got 126976 Can't start server : Bind on unix socket :

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

Re: [MySQL] Can't start server: Bind on TCP/IP port: Address already in use

2004-06-07 Thread Ashley M. Kirchner
Tobias Bohlin wrote: I have restarted the Linux server. Typing >mysqld result: 040607 11:32:47 Can't start server: Bind on TCP/IP port: Address already in use 040607 11:32:47 Do you already have another mysqld server running on port: 3306 ? 040607 11:32:47 Aborting You don'

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

2004-06-07 Thread Jan Schwingenschlögl
Hi Tobias Got the same problem on my local machine. Try @ps -aux And kill all mysql stuff manually Worked for me Cheers jan -Ursprüngliche Nachricht- Von: Tobias Bohlin [mailto:[EMAIL PROTECTED] Gesendet: Montag, 07. Juni 2004 11:30 An: [EMAIL PROTECTED] Betreff: Can't start s

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

2004-06-07 Thread Tobias Bohlin
Hi! I have restarted the Linux server. Typing >mysqld result: 040607 11:32:47 Can't start server: Bind on TCP/IP port: Address already in use 040607 11:32:47 Do you already have another mysqld server running on port: 3306 ? 040607 11:32:47 Aborting 040607 11:32:47 mysqld: Shutdown

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&#x

can't start server

2003-11-13 Thread mo toufali
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 server: Bind or TCP/IP port: Address already in use or... I check that the damoen is not runnig (ps -ef |grep mysqld ) and sho

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

2002-05-31 Thread Victoria Reznichenko
get started... see what I could get accomplished just playing around. CG> [chris@the_pc /] $ mysql CG> ERROR 2002: Can't connect to local MySQL server through socket CG> '/var/lib/mysql/mysql.sock' (111) CG> [chris@the_pc /] $ mysqld CG> 020530 17:43:26 Can't

Can't start server : Bind on unix socket ?

2002-05-30 Thread Chris Garaffa
around. [chris@the_pc /] $ mysql ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) [chris@the_pc /] $ mysqld 020530 17:43:26 Can't start server : Bind on unix socket: Address already in use 020530 17:43:26 Do you already have another m

Re: New to MySQL - can't start server :-(

2002-03-17 Thread Pierre du Parte
Hi Alexander, I use the PHPDEV compilation for local PHP/mySQL development work (http://www.firepages.com.au/devindex.htm for a no-brainer approach to getting PHP/mySQL/Apache up and running in seconds!) Anyway, for me start c:\phpdev\mysql\bin\mysqld-nt.exe --standalone kicks mySQL off on Wi

New to MySQL - can't start server :-(

2002-03-17 Thread Alexander Hampel
Hi mailing list, I can't start mysqld-nt as I get the eror message 1067. If I start winmysqladmin.exe there is no server visible. The manual tell me in part 2.4 Post-installation Setup and Testing that I should start the script ./scripts/mysql_install_db but this script is not availabale (at all

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

2001-07-31 Thread Neil Barnes
Shutdown Complete > >010731 08:52:14 mysqld ended > >010731 08:59:06 mysqld started >010731 8:59:06 /usr/sbin/mysqld: Can't create/write to file >'/x/mysql/mail.dcaliner.co.uk.pid' (Er >rcode: 13) >/usr/sbin/mysqld: ready for connections >010731

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

2001-07-31 Thread Neil Barnes
shutdown 010731 8:52:14 /usr/sbin/mysqld: Shutdown Complete 010731 08:52:14 mysqld ended 010731 08:59:06 mysqld started 010731 8:59:06 /usr/sbin/mysqld: Can't create/write to file '/x/mysql/mail.dcaliner.co.uk.pid' (Er rcode: 13) /usr/sbin/mysqld: ready for connections 010731 09

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

2001-01-30 Thread Arendt, Wolfgang, VTC-DITx
el. +49 (0) 21 02 / 97 2492 >Fax +49 (0) 21 02 / 97 2453 > >mailto:[EMAIL PROTECTED] >www.vodafone-telecommerce.de > > -Ursprüngliche Nachricht- > Von:[EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]

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

2001-01-30 Thread Arendt, Wolfgang, VTC-DITx
L PROTECTED] >www.vodafone-telecommerce.de > > -Ursprüngliche Nachricht- > Von:[EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Gesendet am:Montag, 29. Januar 2001 21:29 > An: [EMAIL PROTECTED]

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

2001-01-29 Thread daveclark
privelidges, etc. The other two servers are run as root with no security. Every thing has gone down hill. All I get is this message: 'Can't start server : Bind on unix socket: Permission denied' whenever I try to start mysql.I've even rebooted the unix a few times, rebuilt t

RE: RedHat 7 and MySQL - Can't start server

2001-01-12 Thread John W Cunningham
Fri Jan 12 10:53:03 CST 2001 Thanks! -John -Original Message- From: Atle Veka [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 12:20 PM To: John W Cunningham Cc: MySQL List Subject: Re: RedHat 7 and MySQL - Can't start server I would suggest checking your errorlogs. Th

Re: RedHat 7 and MySQL - Can't start server

2001-01-12 Thread Atle Veka
I would suggest checking your errorlogs. They should be in your datadir. tail /.err that should tell you what the problem is. If you can't figure out how to fix it, you might want to copy and paste the last couple of lines from your logs in your email. Atle On Fri, 12 Jan 2001, John W Cunnin

RedHat 7 and MySQL - Can't start server

2001-01-12 Thread John W Cunningham
Hello All, When I try to start the server, with a fresh RPM install, this is what I get... [root@localhost bin]# /usr/bin/safe_mysqld & [1] 8438 [root@localhost bin]# Starting mysqld daemon with databases from /var/lib/mysql mysqld daemon ended [1]+ Done/usr/bin/safe_mysqld