Re: /etc/init.d/mysql start WITHOUT integrity check?

2010-12-30 Thread Wagner Bianchi
There are different and connected things being discussed here. 1-) Is there a way to read new configurations from my.cnf whithout restart server? => No. A simple mysqladmin reaload don't submit server to read configuration file again. 2-) Is there a way to avoid debian-script to check databases'

Re: /etc/init.d/mysql start WITHOUT integrity check?

2010-12-30 Thread Shawn Green
On 12/30/2010 5:00 PM, Daevid Vincent wrote: Comment WHAT lines? I looked through /etc/init.d/mysql and don't see anything related to "check" or "chk". I eyeballed each line in the file and nothing stands out as the culprit causing an integrity check of the databases. develo...@mypse:/etc/init.

RE: /etc/init.d/mysql start WITHOUT integrity check?

2010-12-30 Thread Daevid Vincent
will cause a reload of the configuration? _ From: Wagner Bianchi [mailto:wagnerbianch...@gmail.com] Sent: Thursday, December 30, 2010 5:01 AM To: andrew.2.mo...@nokia.com Cc: dae...@daevid.com; mysql@lists.mysql.com Subject: Re: /etc/init.d/mysql start WITHOUT integrity check? Let me know

RE: /etc/init.d/mysql start WITHOUT integrity check?

2010-12-30 Thread Daevid Vincent
> -Original Message- > From: andrew.2.mo...@nokia.com [mailto:andrew.2.mo...@nokia.com] > Sent: Thursday, December 30, 2010 2:45 AM > To: dae...@daevid.com; mysql@lists.mysql.com > Subject: RE: /etc/init.d/mysql start WITHOUT integrity check? > > Daevid, >

Re: /etc/init.d/mysql start WITHOUT integrity check?

2010-12-30 Thread Wagner Bianchi
master. Adding > a slave shouldn't require any restarts/reloads. > > What have you changed in the my.cnf to solicit a restart? > > Andy > > > > From: ext Daevid Vincent [dae...@daevid.com] > Sent: 29 December 2010 20:25 > To

RE: /etc/init.d/mysql start WITHOUT integrity check?

2010-12-30 Thread andrew.2.moore
] Sent: 29 December 2010 20:25 To: 'mysql' Subject: /etc/init.d/mysql start WITHOUT integrity check? Is there a way to "/etc/init.d/mysql start" WITHOUT doing an integrity check? Can I pass in a command line parameter or set something in the my.cnf file? Our DB is a Billion ro

/etc/init.d/mysql start WITHOUT integrity check?

2010-12-29 Thread Daevid Vincent
Is there a way to "/etc/init.d/mysql start" WITHOUT doing an integrity check? Can I pass in a command line parameter or set something in the my.cnf file? Our DB is a Billion rows (with a "B") and that check can take HOURS. All we want to do is restart the server to put

Re: question about mysql start up again

2004-09-15 Thread andy thomas
On Wed, 15 Sep 2004, [GB2312] ÀîÈñ wrote: > Hi > > > I have installed some software on aix5.2 . > the list of software: > apache-1.3.29-1.aix4.3.ppc.rpm > php-4.0.6-5.aix4.3.ppc.rpm > MySQL-3.23.47-3.aix4.3.ppc.rpm > MySQL-client-3.23.47-3.aix4.3.ppc.rpm > > All of them was installed by using the

question about mysql start up again

2004-09-15 Thread 李锐
Hi I have installed some software on aix5.2 . the list of software: apache-1.3.29-1.aix4.3.ppc.rpm php-4.0.6-5.aix4.3.ppc.rpm MySQL-3.23.47-3.aix4.3.ppc.rpm MySQL-client-3.23.47-3.aix4.3.ppc.rpm All of them was installed by using the command : rpm -i *.* then Apache and php can work but

Re: question of mysql start up

2004-09-15 Thread andy thomas
On Wed, 15 Sep 2004, [GB2312] ÀîÈñ wrote: > Hi > > > I have installed some software on aix5.2 . > the list of software: > apache-1.3.29-1.aix4.3.ppc.rpm > php-4.0.6-5.aix4.3.ppc.rpm > MySQL-3.23.47-3.aix4.3.ppc.rpm > MySQL-client-3.23.47-3.aix4.3.ppc.rpm > > All of them was installed by using the

question of mysql start up

2004-09-15 Thread 李锐
Hi I have installed some software on aix5.2 . the list of software: apache-1.3.29-1.aix4.3.ppc.rpm php-4.0.6-5.aix4.3.ppc.rpm MySQL-3.23.47-3.aix4.3.ppc.rpm MySQL-client-3.23.47-3.aix4.3.ppc.rpm All of them was installed by using the command : rpm -i *.* then Apache and php can work but

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

mysql start with multi processes?!

2004-07-21 Thread ginger cheng
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 use 'sudo -b mysqld_safe --user=mysql' to star

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

mysql 'start' spawns 10 instances of mysqld

2003-12-01 Thread Scott Stingel
Hi- having a problem with a new installation of MySQL 4 on a Xeon-based system (Tyan S2723), single processor installed. Whenever I start mysql, I then check using ps -ef and find that not only has mysqld_safe started, but in addition I have 10 new 'mysqld' processes. Why are there so many proce

MySQL+NNS doesn't seem to let MySQL start

2003-01-20 Thread Adriaan . Putter
hi, i have this problem that mysql doesn't want to start. I am using: Mandrake Linux 9.0 MySQL 3.23.52 when i start mysql with [adriaan@megatron adriaan]# service mysql start then mysqld dies and give me this error log: --- start of megatron.darkrealm.net.err --- We will try our be

RE: MYSQL start hangs term..

2002-10-31 Thread Black, Kelly W [PCS]
er 31, 2002 11:10 AM To: [EMAIL PROTECTED] Subject: MYSQL start hangs term.. Hello, starting mysql-3.23.32 on ydlinux from the command prompt. freezes the current terminal, BUT the mysql server is running, i can access it from outside or a new term. #safe_mysqld & or just #safe_mysqld,

MYSQL start hangs term..

2002-10-31 Thread Joe M
Hello, starting mysql-3.23.32 on ydlinux from the command prompt. freezes the current terminal, BUT the mysql server is running, i can access it from outside or a new term. #safe_mysqld & or just #safe_mysqld, tried both. can't find anything in the man. thanks--Joe M -

MySQL start fail - signal 11

2002-06-14 Thread Peto Mastny
Hi, I have a problem. I run Debian (libc6 2.2.5-6) and I am not able to start MySQL 4.0.1 I got this error log: - 020613 12:49:06 mysqld started mysqld got signal 11; This could be because you hit a bug. It is also possi

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

mysql start on boot

2002-05-15 Thread sylvain
owner. >Fix: change owner to mysql then restart mysql >Submitter-Id: [EMAIL PROTECTED] >Originator:Sylvain Rousse >Organization: Aricia webagency >MySQL support: none >Synopsis: mysql start on boot >Severity: non-critical >Priority: medium >Categ

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.

MySQL start

2002-04-23 Thread Samuel Mendelowski
Can you help me in the following problem? OS: Linux Slackware 8.0 Source: mysql-3.23.42.tar.gz I can't start mysql after installing the source file. I did it step by step according guidance from Install-Source file. My OS is generating such messages: root@serwer:/TEMP# mysql ERROR 2002: C

"mysql start" produces "can't connect thru /var/lib/mysql/mysql.sock"

2002-04-16 Thread bbales
From: bruce To: [EMAIL PROTECTED] Subject: "mysql start" produces "can't connect thru /var/lib/mysql/mysql.sock" >Description:Trying to run mysql-3.23.41 that came with RH7.2 following mysql.org documentation. files are not located as documented either for rpm

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

mysql start

2002-01-01 Thread richard.odic
Hi folks, I am still new in the mysql world. I have just installed mysql but it when I try to start it (/usr/local/mysql/bin/safe_mysql &) I get the following error massages in the linux.err file: 020101 19:51:58 mysqld started ^G/usr/local/mysql/libexec/mysqld: File './linux-bin.1' not found

Mysql start problems

2001-12-06 Thread berndt
Hi, I have mysql 3.something or other, a max edition from sometime last month. I am having problems with startup. It will not run as a service, if i run just mysqld-max or mysqld-max-nt both start then terminate with no error message on screen. However if I run mysqld-max* --console it runs just

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

SV: Mysql start on RH Linux 7.1

2001-11-18 Thread Linux
eb [mailto:[EMAIL PROTECTED]] Sendt: 18. november 2001 11:02 Til: [EMAIL PROTECTED] Emne: Mysql start on RH Linux 7.1 Hello, I have the following Mysql installed on a RH 7.1 PC: mysql-server-3.23.36-1 mysql-3.23.36-1 mysql-devel-3.23.36-1 php-mysql-4.0.4pl1-9 mysqlclient9-3.23.22-4 unixODBC-my

Mysql start on RH Linux 7.1

2001-11-18 Thread mweb
Hello, I have the following Mysql installed on a RH 7.1 PC: mysql-server-3.23.36-1 mysql-3.23.36-1 mysql-devel-3.23.36-1 php-mysql-4.0.4pl1-9 mysqlclient9-3.23.22-4 unixODBC-mysql-2.0.7-1 If I try to start Mysql as root, as explained in: http://www.mysql.com/doc/S/t/Starting_server.html I get

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

mysql start failed.

2001-05-18 Thread DEVOS BASTIEN
Here's a problem I have when trying starting mysql. Config : RH7.0, MySQL 3.23.32, kernel2.4.3. I read that there's a problem with RH7.0 and that a ´chown -R mysql /var/lib/mysql´ should resolve that, but it doesn't change anything. always this message : 010518 13:00:22 mysqld started 010518 13

MySQL start and stop automatically

2001-04-27 Thread Effendi Mahfud
Hi... i'd like to ask about how to set MySQL start and stop automatically when machine reboot. We are using Redhat 6.0 and MySQL 3.23.36 thankyou - Before posting, please check: http://www.mysql.com/manual.php (the m