Re: mysql start with multi processes?!

2004-07-21 Thread Paul DuBois
At 11:26 -0700 7/21/04, ginger cheng wrote: Hello, MySQL gurus, I just installed mysql 4.0.20 on an athlon i686 linux red hat. Then I copy the my-huge.cnf to /etc/my.cnf and only added these 2 lines to the file [safe_mysqld] err-log=/var/log/mysqld.log pid-file=/var/lib/mysql/host.pid when I u

Re: mysql 'start' spawns 10 instances of mysqld

2003-12-01 Thread Matt W
Hi Scott, Those aren't processes. There is 1 process with many threads and your system is reporting them as separate processes. :-) Hope that helps. Matt - Original Message - From: "Scott Stingel" Sent: Monday, December 01, 2003 4:47 PM Subject: mysql 'start' spawns 10 instances of m

RE: MYSQL start hangs term..

2002-10-31 Thread Black, Kelly W [PCS]
Joe You might want to try owning all the mysql files over to a userid like "mysql" and then use cd /usr/local/mysql-ver. ./bin/mysqld_safe --user=mysql & sql query Regards ~K Black -Original Message- From: Joe M [mailto:joe_m@;circlepressroom.com] Sent: Thursday, October 31, 2002 11:1

Re: mysql start on boot

2002-05-15 Thread Egor Egorov
sylvain, Wednesday, May 15, 2002, 12:05:48 PM, you wrote: s>Description: s> On boot of linux, mysql doesn't start automatically because mysql.log s> file is owned by root. One has to whange owner by hand to s> mysql and then restart mysql. s>How-To-Repeat: s> on n

Re: Re: MySQL start

2002-04-24 Thread Victoria Reznichenko
Samuel, Tuesday, April 23, 2002, 8:55:00 PM, you wrote: SM> Victoria Reznichenko >> Samuel, >> Tuesday, April 23, 2002, 4:04:20 PM, you wrote: >> >> SM> file serwer.err: >> SM> 020422 19:16:29 mysqld started >> SM> 020422 19:16:32 /usr/libexec/mysqld: Table 'mysql.host' doesn't >> exist SM> 020

Re: MySQL start

2002-04-23 Thread Samuel Mendelowski
Victoria Reznichenko > Samuel, > Tuesday, April 23, 2002, 4:04:20 PM, you wrote: > > SM> Can you help me in the following problem? > > SM> OS: Linux Slackware 8.0 > SM> Source: mysql-3.23.42.tar.gz > > SM> I can't start mysql after installing the source file. I did it step > by step SM> accord

Re: MySQL start

2002-04-23 Thread Victoria Reznichenko
Samuel, Tuesday, April 23, 2002, 4:04:20 PM, you wrote: SM> Can you help me in the following problem? SM> OS: Linux Slackware 8.0 SM> Source: mysql-3.23.42.tar.gz SM> I can't start mysql after installing the source file. I did it step by step SM> according guidance from Install-Source file.

Re: mysql start

2002-01-01 Thread David J Jackson
Richard -- Did you set the --prefix=/usr/local/mysql when you ran config? If not Your bin are located in /usr/local/bin maybe /usr/local/sbin? The start script is saying the either the programs not ther or you have a permissions problem? Did you create user and group mysql, Install as above

Re: Mysql start on RH Linux 7.1

2001-11-18 Thread mweb
(me looking down, ashamed...) Of course Usual RH style. I know it and use it for many other services, but for God knows which reason I just did not think about it this time. Maybe because I only wanted to experiment, not use it as a regular daemon to start at boot time every time.. Now it s

(solution) RE: mysql start failed.

2001-05-21 Thread DEVOS BASTIEN
From: Chris Freeman [SMTP:[EMAIL PROTECTED]] > Sent: Monday, May 21, 2001 2:29 PM > To: DEVOS BASTIEN > Subject: Re: mysql start failed. > > oops that was not quite right, > that was a mixture of starting the daemon and connecting to the server all > with one command, a

RE: mysql start failed.

2001-05-21 Thread DEVOS BASTIEN
> -Original Message- > From: Chris Freeman [SMTP:[EMAIL PROTECTED]] > Sent: Monday, May 21, 2001 2:29 PM > To: DEVOS BASTIEN > Subject: Re: mysql start failed. > > oops that was not quite right, > that was a mixture of starting the daemon and connecting

RE: mysql start failed.

2001-05-21 Thread DEVOS BASTIEN
any other idea ? I even ran it with all options listed here in the log. I mean basedir, tmpdir, ... thanks, Bastien. > -Original Message- > From: Chris Freeman [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, May 19, 2001 3:07 PM > To: DEVOS BASTIEN > Subject: Re

RE: mysql start failed.

2001-05-18 Thread DEVOS BASTIEN
> Sent: Friday, May 18, 2001 1:29 PM > To: DEVOS BASTIEN; [EMAIL PROTECTED] > Subject: Re: mysql start failed. > > has it already started? ps -ef | grep mysql > > > - Original Message - > From: "DEVOS BASTIEN" <[EMAIL PROTECTED]> > To:

Re: mysql start failed.

2001-05-18 Thread Rolf Hopkins
has it already started? ps -ef | grep mysql - Original Message - From: "DEVOS BASTIEN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 19:11 Subject: mysql start failed. > Here's a problem I have when trying starting mysql. > Config : RH7.0, MySQL 3.23.32, kerne