,
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
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
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
?
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
&
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
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
"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
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
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
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
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!
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
#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
: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
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
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 --
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
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
>
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]
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..
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
>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
(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
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
(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
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
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
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
28 matches
Mail list logo