diff options
Diffstat (limited to 'mysql-4.0.21-install-db-sh.diff')
-rw-r--r-- | mysql-4.0.21-install-db-sh.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-4.0.21-install-db-sh.diff b/mysql-4.0.21-install-db-sh.diff new file mode 100644 index 0000000..8940e99 --- /dev/null +++ b/mysql-4.0.21-install-db-sh.diff @@ -0,0 +1,11 @@ +--- mysql-4.0.21/scripts/mysql_install_db.sh.orig ++++ mysql-4.0.21/scripts/mysql_install_db.sh +@@ -371,6 +371,7 @@ + echo "To do so, start the server, then issue the following commands:" +- echo "$bindir/mysqladmin -u root password 'new-password'" ++ echo "/etc/init.d/mysql start (you have to start the server first!)" + 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. |