Re: RHEL Auto Start / stop mysql???

2010-08-19 Thread Mike Spreitzer
, Mike Spreitzer From: Jaime Crespo Rincón To: Nunzio Daveri Cc: Guifre Bosch Fabregas , mysql@lists.mysql.com Date: 08/13/2010 04:07 AM Subject:Re: RHEL Auto Start / stop mysql??? 2010/8/12 Nunzio Daveri : > Hi Guifre, thanks for answering. I already have mysql instal

Re: RHEL Auto Start / stop mysql???

2010-08-13 Thread Jaime Crespo Rincón
2010/8/12 Nunzio Daveri : > Hi Guifre, thanks for answering.  I already have mysql installed and works > just > fine, but I did untar and then go to folder and run.  I used what is called > mysql no-install so no yum, rpm etc..  No files in /etc/init.d and no startup > or > services script since

Re: RHEL Auto Start / stop mysql???

2010-08-12 Thread Nunzio Daveri
version. Thanks... Nunzio From: Guifre Bosch Fabregas To: Nunzio Daveri Cc: mysql@lists.mysql.com Sent: Thu, August 12, 2010 3:40:32 PM Subject: Re: RHEL Auto Start / stop mysql??? hi Nunzio! Sorry but my english is very poor... (reading and writing! Thanks http

Re: RHEL Auto Start / stop mysql???

2010-08-12 Thread Guifre Bosch Fabregas
? 2010/8/12 Nunzio Daveri > Hi all, I just installed the no-install version of mysql 5.1.44 on our RHEL > 5 > box AFTER I yum removed the older 4.X version. The question is how do I > tell > RHEL to auto start and stop mysql when I have to reboot the server? I know > that &

RHEL Auto Start / stop mysql???

2010-08-12 Thread Nunzio Daveri
Hi all, I just installed the no-install version of mysql 5.1.44 on our RHEL 5 box AFTER I yum removed the older 4.X version. The question is how do I tell RHEL to auto start and stop mysql when I have to reboot the server? I know that if you use an rpm or a yum it kinda / sorta created a

MySQL auto-start failing

2004-07-29 Thread McAfee
Hi, I configured MySQL to compile as a 64bit executable on a Sun Ultra10. I set all up as per the installation instructions and created/installed the startup scripts: - /etc/init.d/mysql - /etc/rc3.d/S99mysql - /etc/rc0.d/K01mysql The MySQL daemon failed to start at system startup. The log file

Re: Cardinality doesn't auto start

2003-01-30 Thread John Hinton
"Grigor, Peter" wrote: > > You need to run [analyze table] to create the index stats...do this > reasonable often (once a day for a well-used table). This script will be run on servers around the world by regular people, not sys admins. I will have no control over their databases. > Running [o

RE: Cardinality doesn't auto start

2003-01-29 Thread Grigor, Peter
you do this from scrips pretty easy. Peter <^_^> > -Original Message- > From: John Hinton [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 7:36 AM > To: [EMAIL PROTECTED] > Subject: Cardinality doesn't auto start > > > mysql Ver 11.18

Cardinality doesn't auto start

2003-01-29 Thread John Hinton
mysql Ver 11.18 Distrib 3.23.54, for pc-linux (i686) INDEXING PROBLEM I'm building an application which will have a self install script, intended for use by many people. One particular area of the program requires the need for an index. If I create this index when I build the table or ap

Re: Trouble with auto start

2001-09-06 Thread Incubus
Disregard this thread now as I got the answer in the Mandrake list. At 06:55 PM 9/5/2001, you wrote: >I've poked around some more and realized I copied the wrong mysql.server >file into the etc/rc.d/init.d folder, so that is all fine now, but I still >can't get it to autostart. I'm using Mandra

Re: Trouble with auto start

2001-09-05 Thread Incubus
I've poked around some more and realized I copied the wrong mysql.server file into the etc/rc.d/init.d folder, so that is all fine now, but I still can't get it to autostart. I'm using Mandrake 8.0 and set the paths up through webmin so I can stop and start it through the webmin interface. TIA!

Trouble with auto start

2001-09-05 Thread Incubus
Hello all, been lurking for a bit and have come across something I can't quite figure out. I did a source install of MySQL and everything went great, could connect and look around, etc. I want it to autostart on reboot and moved the mysql.server file into /etc/rc.d/init.d so it would start on

Re: RH Linux 7.1 Binary Install Configure and Auto start/stop

2001-08-22 Thread Curtis Maurand
#1 no. #2 yes. run /usr/sbin/setup and go to system services. Then check off the mysql entry and save it. or you can put "/etc/rc.d/init.d/mysqld start" in your rc.local file, HTH Curtis On Wed, 22 Aug 2001 [EMAIL PROTECTED] wrote: > Good Morning. > > I recently installed mysql-3.23.41-pc

RE: RH Linux 7.1 Binary Install Configure and Auto start/stop

2001-08-22 Thread Rogger Vasquez
:09 AM To: [EMAIL PROTECTED] Subject: RH Linux 7.1 Binary Install Configure and Auto start/stop Good Morning. I recently installed mysql-3.23.41-pc-linux-gnu-i686.tar.gz onto RH Linux 7.1 via MySQL Manual instructions for "Installing a MySQL Binary Distribution". I can start the server

RH Linux 7.1 Binary Install Configure and Auto start/stop

2001-08-22 Thread Robert . Hoey
Good Morning. I recently installed mysql-3.23.41-pc-linux-gnu-i686.tar.gz onto RH Linux 7.1 via MySQL Manual instructions for "Installing a MySQL Binary Distribution". I can start the server via safe_mysqld with no apparent problems. Question #1: My Linux/MySQL newbie question...Do you need to

Re: auto start

2001-06-05 Thread Sommai Fongnamthip
try to edit rc.local file instead of use cat command because it may be destroy existing code. SF At 00:19 5/6/2001 -0700, Van wrote: >Francois Boucher wrote: > > > > Somebody install Mysql and apache for me, but forgot to set it auto-boot > > Each time i reboot i need to do > > # safe_mysqld --

Re: auto start

2001-06-05 Thread Tonu Samuel
On Mon, 4 Jun 2001, Francois Boucher wrote: > Somebody install Mysql and apache for me, but forgot to set it auto-boot > Each time i reboot i need to do > # safe_mysqld --log --user=mysql & > and > # apachectl restart > > I want it auto-boot, what can i do? If you want to auto-boot, you should

Re: auto start

2001-06-05 Thread Van
Francois Boucher wrote: > > Somebody install Mysql and apache for me, but forgot to set it auto-boot > Each time i reboot i need to do > # safe_mysqld --log --user=mysql & > and > # apachectl restart > > I want it auto-boot, what can i do? > > François Boucher >

auto start

2001-06-04 Thread Francois Boucher
Somebody install Mysql and apache for me, but forgot to set it auto-boot Each time i reboot i need to do # safe_mysqld --log --user=mysql & and # apachectl restart I want it auto-boot, what can i do? François Boucher [EMAIL PROTECTED]

Re: Auto Start MySQL

2001-05-06 Thread hunter
The RPMS supplied by RedHat with version 7.1, work flawlessly. However, on a redhat linux system, do an RPM install, making sure you meet all the dependency requirements (i.e. libmysqlclient, etc). Most recent RPMs already have a configuration to have the MySQL daemon automagically start on boot..

Auto Start MySQL

2001-05-06 Thread Dane Knudson
I have had to install MySQL from a source distribution as the RPM supplied with RH 7.1 doesn't work. Being new to Linux (stop laughing), I have no idea how to get MySQL to start every time the server starts. Anyone who has a detailed instruction sheet (I am a newbie) on how to set-up the MySQL se

[Error during auto start mysql.server]

2001-02-28 Thread roland . mjp
>Description: When the shell script "mysql.server" is launched and/or stoped, I receave an error message "mysql.server: @HOSTNAME@: command not found" and the variable "pid_file" is not initialised >How-To-Repeat: Evry time when the script is launched with sart an

RE: Apache - MySQL - PHP (Auto-start Apache)

2001-01-25 Thread johnny p.
(E-mail)" > Subject: Re: Apache - MySQL - PHP (Auto-start Apache) > > > You can put this in the /etc/rc.d/rc.local > > /usr/local/apache/bin/apachectl start > > > Mensaje citado por: Mark Maunder <[EMAIL PROTECTED]>: > > > (quicky coz this is wa

Re: Apache - MySQL - PHP (Auto-start Apache)

2001-01-25 Thread jgomez
You can put this in the /etc/rc.d/rc.local /usr/local/apache/bin/apachectl start Mensaje citado por: Mark Maunder <[EMAIL PROTECTED]>: > (quicky coz this is way off topic): > ln -s /usr/local/apache/bin/apachectl > /etc/rc.d/init.d/httpd > ln -s /etc/rc.d/init.d/httpd > /etc/rc.d/rc3.d/S90

Re: Apache - MySQL - PHP (Auto-start Apache)

2001-01-25 Thread Mark Maunder
(quicky coz this is way off topic): ln -s /usr/local/apache/bin/apachectl /etc/rc.d/init.d/httpd ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc3.d/S90httpd ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc5.d/S90httpd ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc6.d/K90httpd That should do it. Should bring up you

Re: Apache - MySQL - PHP (Auto-start Apache)

2001-01-25 Thread Freaked Personality
You don't configure apache to do this, since apache has no idea when the server boots up... You have to edit your start-up scripts which are mostly in /etc/rc.d to start up apache. There's a huge number of ways to do this (to script it) ie with error checking/without error checking with mail on e

Re: Apache - MySQL - PHP (Auto-start Apache)

2001-01-23 Thread Joakim
Just put /usr/local/apache/bin/apachectl start last in your /etc/rc.d/rc.local file.. rc.local will run at startup so apache will be started .. /Joakim Lemström, Sweden John Halladay wrote: > I'm currently running Apache 1.3.12, MySQL 3.22.32-1, and PHP 4.0.3 together > on RedHat 7.0 and every

Apache - MySQL - PHP (Auto-start Apache)

2001-01-23 Thread John Halladay
I'm currently running Apache 1.3.12, MySQL 3.22.32-1, and PHP 4.0.3 together on RedHat 7.0 and everything works fine, although every time I boot up I have to manually start the Web Server with command /usr/local/apache/bin/apachectl start. Does anyone know how to configure Apache so that it will