RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Manivannan S.
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 I have installed MySQL-client-5.1.52-1.glibc23

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 myqsld

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_64.rpm

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

RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Manivannan S.
- 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 11:04:48 AM + From

RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Peter Boros
: RE: Error in starting MySQL service on LINUX Original Message Date: Thursday, April 05, 2012 11:04:48 AM + From: Manivannan S. manivanna...@spanservices.com To: mysql@lists.mysql.com Subject: RE: Error in starting MySQL service on LINUX I am not using

Re: Error in starting MySQL service on LINUX

2012-04-05 Thread Prabhat Kumar
in starting MySQL service on LINUX Original Message Date: Thursday, April 05, 2012 11:04:48 AM + From: Manivannan S. manivanna...@spanservices.com To: mysql@lists.mysql.com Subject: RE: Error in starting MySQL service on LINUX I am not using

Re: run mysql service in Linux

2004-10-29 Thread gerald_clark
Cecep Rosuludin wrote: Dear Gleb, [EMAIL PROTECTED] mysql-standard-4.0.21-pc-linux-i686]# chown -R root /var/lib/mysql [EMAIL PROTECTED] mysql-standard-4.0.21-pc-linux-i686]# chown -R mysql /var/lib/mysql [EMAIL PROTECTED] mysql-standard-4.0.21-pc-linux-i686]# chgrp -R root /var/lib/mysql [EMAIL

Re: run mysql service in Linux

2004-10-29 Thread Matthew Scales
mysqld ended - Original Message - From: Gleb Paharenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: run mysql service in Linux Date: Thu, 28 Oct 2004 07:17:38 +0300 Hi. Look at permissions on /var/lib/mysql (ls -l /var/lib/mysql). And, btw, it's not /var/liv

Re: run mysql service in Linux

2004-10-28 Thread Gleb Paharenko
Hi. Look at permissions on /var/lib/mysql (ls -l /var/lib/mysql). And, btw, it's not /var/liv, but /var/lib. MySQL should have ability to read this directory. See INSTALL-BINARY in the distribution directory and follow instructions in it exactly. Don't forget about mysql_install_db!

Re: run mysql service in Linux

2004-10-28 Thread Cecep Rosuludin
] bin]# Starting mysqld daemon with databases from /var/lib/mysql STOPPING server from pid file /var/lib/mysql/server6.cma-cgm.com.pid 041029 08:02:51 mysqld ended - Original Message - From: Gleb Paharenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: run mysql service in Linux Date

run mysql service in Linux

2004-10-27 Thread Cecep Rosuludin
dear All Master of Mysql, I'm new in Mysql, and I'd just move to mysql Linux version..!and i have problem to activate the service. I have installed Mysql linux ver. with this Command tar-zxvf mysql-standard-4.0.21-pc-linux-i686.tar when i try to Configure ./configure ,there is a note that i

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.

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 the boot

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

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

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

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 with