5 messages in com.mysql.lists.bugsRe: mysql 4.0.2 startup problems
FromSent OnAttachments
Martin MOKREJŠ16 Jul 2002 11:26 
Sinisa Milivojevic16 Jul 2002 12:23 
Alexander Keremidarski17 Jul 2002 01:30 
Melvyn Sopacua17 Jul 2002 03:13 
Martin MOKREJŠ17 Jul 2002 04:34 
Subject:Re: mysql 4.0.2 startup problems
From:Alexander Keremidarski (sal@online.bg)
Date:07/17/2002 01:30:39 AM
List:com.mysql.lists.bugs

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@