Re: Error in starting MySQL service on LINUX

2012-04-05 Thread Prabhat Kumar
-Original Message- > > From: lists-mysql [mailto:replies-lists-b3z1-my...@listmail.innovate.net > ] > > Sent: Thursday, April 05, 2012 5:28 PM > > To: Manivannan S. > > Subject: RE: Error in starting MySQL service on LINUX > > > > > > > > ----

RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Peter Boros
ts-b3z1-my...@listmail.innovate.net] > Sent: Thursday, April 05, 2012 5:28 PM > To: Manivannan S. > Subject: RE: Error in starting MySQL service on LINUX > > > > Original Message > > Date: Thursday, April 05, 2012 11:04:48 AM +0000 > > From

RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Manivannan S.
Original Message- From: lists-mysql [mailto:replies-lists-b3z1-my...@listmail.innovate.net] Sent: Thursday, April 05, 2012 5:28 PM To: Manivannan S. Subject: RE: Error in starting MySQL service on LINUX Original Message > Date: Thursday, April 05, 2012 1

RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Manivannan S.
@lists.mysql.com Subject: Re: Error in starting MySQL service on LINUX boah do not top-post! this was a typo - seems you did not understand my question WHY are you downloading random binaries instead using packages from your linux distribution which are tested and preconfigured? Am 05.04.2012 12

Error in starting MySQL service on LINUX

2012-04-05 Thread Manivannan S.
Hi, In 64-bit Linux(Centos/Red Hat) machine when I am trying to start the MySQL service by using service mysql start command , I am getting the following error Ø Starting MySQL.Manager of pid-file quit without updating file [FAILED] If I try to stop the MySQL service I am

Re: Error in starting MySQL service on LINUX

2012-04-05 Thread Reindl Harald
Am 05.04.2012 12:27, schrieb Manivannan S.: > Hi, > > In 64-bit Linux(Centos/Red Hat) machine when I am trying to > start the MySQL service by using service mysql start command , I am getting > the following error > > > I have installed > > MySQL-client-5.1.52-1.glibc23.x86_6

Re: Error in starting MySQL service on LINUX

2012-04-05 Thread Reindl Harald
boah do not top-post! this was a typo - seems you did not understand my question WHY are you downloading random binaries instead using packages from your linux distribution which are tested and preconfigured? Am 05.04.2012 12:39, schrieb Manivannan S.: > Hi, > > If I execute "service myqsl

RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Manivannan S.
ting MySQL service on LINUX Am 05.04.2012 12:27, schrieb Manivannan S.: > Hi, > > In 64-bit Linux(Centos/Red Hat) machine when I am > trying to start the MySQL service by using service mysql start command > , I am getting the following error > > >

Re: mysql service on linux

2002-10-29 Thread Natale Babbo
Many Thanks ... now works fine! Natale Babbo --- Joseph Bueno <[EMAIL PROTECTED]> ha scritto: > Hi, > > Make sure that your system starts at runlevel 3 on > boot. If you start your machine with X11, chances > are > that its runlevel is 5. > > Check your /etc/inittab file and look for a line >

Re: mysql service on linux

2002-10-29 Thread Joseph Bueno
Hi, Make sure that your system starts at runlevel 3 on boot. If you start your machine with X11, chances are that its runlevel is 5. Check your /etc/inittab file and look for a line with "initdefault" keyword: id:3:initdefault: If you start at runlevel 5, you should create a symbolic link in /e

Re: mysql service on linux

2002-10-29 Thread gerald_clark
Are you sure you boot into run level 3, and not 5? Check your /etc/inittab for id:3:initdefault Natale Babbo wrote: Many Thanks No problems with mysql.server script ... it works fine if i start it manual like this: shell> mysql.server start or shell> mysql.server stop ... also symbolic li

Re: mysql service on linux

2002-10-29 Thread Natale Babbo
Many Thanks No problems with mysql.server script ... it works fine if i start it manual like this: shell> mysql.server start or shell> mysql.server stop ... also symbolic link in /etc/init.d/rc3.d is ok. The only problem is that MySQL service doesn't start at boot. Natale Babbo. --- Ii

Re: mysql service on linux

2002-10-29 Thread Iikka Meriläinen
On Tue, 29 Oct 2002, Natale Babbo wrote: > Hi all, > > I'm using Linux Suse 8.0. > I copied the file mysql.server located in > /usr/local/mysql/support-files to /etc/init.d > directory. > I made a simbolic link to mysql.server script in > /etc/init.d/rc3.d but MySQL doesn't appear to start at > th

mysql service on linux

2002-10-29 Thread Natale Babbo
Hi all, I'm using Linux Suse 8.0. I copied the file mysql.server located in /usr/local/mysql/support-files to /etc/init.d directory. I made a simbolic link to mysql.server script in /etc/init.d/rc3.d but MySQL doesn't appear to start at the boot time. Anyone can help me? Thank in advance. Natal