Martin MOKREJ© wrote:
Hi,
first of all, it seems bin/safe_mysqld has been accidentally omitted
from binary dist. for linux libc6. I use the one from 3.23.51 binary tree.
However, I get:
In 4.0.x startup script is renamed to mysqld_safe. This is documented.
www.mysql.com/doc/N/e/News-4.0.0.html
How-To-Repeat:
/usr/local/mysql/log# cp /dev/null jerboas.log
/usr/local/mysql/log# cp /dev/null jerboas.err
/usr/local/mysql/log# /etc/rc3.d/S98mysql start
/usr/local/mysql/log# Starting mysqld daemon with databases from /data1/mysql
020716 20:21:26 mysqld ended
Use mysql.server script from 4.0.2 tree. It knows where to find mysqld_safe
cp mysql.server /etc/rc.d/initd/mysql
chmod +x /etc/rc.d/initd/mysql
chkconfig --add mysql
or use your favorite method to link it in appropriate runlevel dirs.
Please check with manual before you post to bugs@