summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-07-06 01:10:00 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2009-07-06 01:11:45 -0700
commit89dbf609d084eb353c048afa499aba953949f102 (patch)
treee064822e109ee3a077a475a647900a09ce3aa5b3 /04010_all_install-db-sh-4.0.27.patch
parentFix bug #271475, #elif not valid without an argument. Use #else instead. (diff)
downloadmysql-extras-89dbf609d084eb353c048afa499aba953949f102.tar.gz
mysql-extras-89dbf609d084eb353c048afa499aba953949f102.tar.bz2
mysql-extras-89dbf609d084eb353c048afa499aba953949f102.zip
Need to use 5 digits of numbering now. LOTS of patches to track.
Diffstat (limited to '04010_all_install-db-sh-4.0.27.patch')
-rw-r--r--04010_all_install-db-sh-4.0.27.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/04010_all_install-db-sh-4.0.27.patch b/04010_all_install-db-sh-4.0.27.patch
new file mode 100644
index 0000000..0dd6b0d
--- /dev/null
+++ b/04010_all_install-db-sh-4.0.27.patch
@@ -0,0 +1,20 @@
+--- mysql-4.0.23/scripts/mysql_install_db.sh 2004-12-23 02:28:09.755109232 -0800
++++ mysql-4.0.23/scripts/mysql_install_db.sh 2004-12-23 02:31:32.204332272 -0800
+@@ -368,10 +368,13 @@
+ echo
+ fi
+ 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 "See the manual for more instructions."
++ echo "To do so, issue the following commands to start the server"
++ echo "and change the applicable passwords:"
++ echo " /etc/init.d/mysql start"
++ echo " $bindir/mysqladmin -u root -h $hostname password 'new-password'"
++ echo " $bindir/mysqladmin -u root password 'new-password'"
++ echo "Depending on your configuration, a -p option may be needed"
++ echo "in the last command. See the manual for more details."
+ #
+ # Print message about upgrading unless we have created a new db table.
+ if test -z "$c_d"