ql.com/doc/mysql/en/Automatic_start.html
Chris <[EMAIL PROTECTED]> wrote:
> I've got a question the mysql.server script (came with 4.0.12 and 4.1.8
> at with the Linux binary distribution) . My shell scripting knowledge is
> not even good enough to be called '
I've got a question the mysql.server script (came with 4.0.12 and 4.1.8
at with the Linux binary distribution) . My shell scripting knowledge is
not even good enough to be called 'limited', but here goes:
I'm trying to use mysql.server (Redhat 9) to start MySQL in a
non-st
This version makes the startup and shutdown of MySQL Server on RedHat systems look
prettier. Perhaps the development team would consider using it? 8-D
It is in unified patch format.
Joseph Wagner
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
Description:
1. I am running RedHat 7.2 with mysql-3.23.53a
2. If I go to mysql directory as a root and try to
start mysql over there using ./support-files/mysql.server
script it produces the error:
cd /usr/local/mysql
[root@jnikom mysql]# ./support-files/mysql.server
./support-files
tlack,
Saturday, June 08, 2002, 2:19:39 AM, you wrote:
>Description:
t> Change datadir in /etc/my.cnf or elsewhere. Start server (i.e.,
t> /usr/local/share/mysql/mysql.server start) and then try to stop it
t> (/usr/local/share/mysql/mysql.server stop)
All worked fine for me.
>How-To-Repeat:
t
/mysql/mysql.server start
wait a few seconds..
# /usr/local/share/mysql/mysql.server stop
No mysqld pid file found. Looked for /var/db/mysql/farmer.pid.
>Fix:
Workaround: edit mysql.server script. Fix: have it parse datadir
>Submitter-Id:
>Originator:tlack
>Organization:
>MySQL su
If you are installing from a binary release that you created, and need
to fix
save_mysqld after each installation, then you should complain to the
person that
created the binary release.
Or did I miss something?
Quentin Bennett wrote:
>
> Hi,
>
> Each time I install mysql from a binary releas
On Thu, Feb 01, 2001 at 02:12:03PM +1300, Quentin Bennett wrote:
> Hi,
>
> Each time I install mysql from a binary release that I have created,
> I have to modify safe_mysqld so that it can be called from
> mysql.server.
>
> This is because safe_mysqld checks to see if it knows what is going
> o
Hi,
Each time I install mysql from a binary release that I have created, I have
to modify safe_mysqld so that it can be called from mysql.server.
This is because safe_mysqld checks to see if it knows what is going on
before checking the command line args to see where things should be.
Shouldn't