--- mysql-4.1.4-gamma/scripts/mysql_install_db.sh.orig 2004-09-01 19:47:03.764990398 -0700 +++ mysql-4.1.4-gamma/scripts/mysql_install_db.sh 2004-09-01 19:46:59.842258896 -0700 @@ -235,19 +235,12 @@ echo "" fi fi - if test "$in_rpm" = 0 -a "$windows" = 0 - then - echo "" - echo "To start mysqld at boot time you have to copy support-files/mysql.server" - echo "to the right place for your system" - echo - fi if test "$windows" -eq 0 then echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" echo "To do so, start the server, then issue the following commands:" - echo "$bindir/mysqladmin -u root password 'new-password'" echo "$bindir/mysqladmin -u root -h $hostname password 'new-password'" + echo "$bindir/mysqladmin -u root password 'new-password'" echo "See the manual for more instructions." # # Print message about upgrading unless we have created a new db table. @@ -259,15 +252,6 @@ echo "able to use the new GRANT command!" fi echo - if test "$in_rpm" = "0" - then - echo "You can start the MySQL daemon with:" - echo "cd @prefix@ ; $bindir/mysqld_safe &" - echo - echo "You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:" - echo "cd sql-bench ; perl run-all-tests" - echo - fi echo "Please report any problems with the @scriptdir@/mysqlbug script!" echo echo "The latest information about MySQL is available on the web at"