Bug #1402 Wrong install step for installing binary-distro with old MySQL-Version (2.2.11)
Submitted: 25 Sep 2003 17:15 Modified: 25 Sep 2003 18:30
Reporter: Ralf Smolarek Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:3.x OS:*nix
Assigned to: CPU Architecture:Any

[25 Sep 2003 17:15] Ralf Smolarek
Description:
The last commands to install a binary-distro (chapter 2.2.11) are:

-------
[...]
shell> chgrp -R mysql .
shell> bin/mysqld_safe --user=mysql &
or
shell> bin/mysqld_safe --user=mysql &
if you are running MySQL 4.x
-------

For MySQL < 4.x there is no bin/mysqld_safe (and actually the last two commands are quite the same ;-))

How to repeat:
n/a

Suggested fix:
change the first line with:

shell> bin/mysqld_safe --user=mysql &

to

shell> bin/safe_mysqld --user=mysql &
[25 Sep 2003 18:30] Paul DuBois
Thank you for your bug report. This issue has been addressed in the
documentation. The updated documentation will appear on our website
shortly, and will be included in the next release of the relevant
product(s).

Thanks. We've made a correction:

http://www.mysql.com/doc/en/Installing_binary.html