diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-08-25 09:18:09 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-08-25 09:18:09 +0000 |
commit | 0202dac58543ccd6ca203c16154743c81bac4c99 (patch) | |
tree | ee142a67d97a9e3d3c76a98dde87f4c43cc866c7 /dev-db/mysql/files | |
parent | chase latest mysql (diff) | |
download | historical-0202dac58543ccd6ca203c16154743c81bac4c99.tar.gz historical-0202dac58543ccd6ca203c16154743c81bac4c99.tar.bz2 historical-0202dac58543ccd6ca203c16154743c81bac4c99.zip |
chase latest release
Diffstat (limited to 'dev-db/mysql/files')
-rw-r--r-- | dev-db/mysql/files/digest-mysql-3.23.52 | 1 | ||||
-rw-r--r-- | dev-db/mysql/files/mysql-3.23.52-install-db-sh.diff | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-db/mysql/files/digest-mysql-3.23.52 b/dev-db/mysql/files/digest-mysql-3.23.52 new file mode 100644 index 000000000000..5f333c8bd85a --- /dev/null +++ b/dev-db/mysql/files/digest-mysql-3.23.52 @@ -0,0 +1 @@ +MD5 88705b7f38e64b5c21ebb68c77b75e5a mysql-3.23.52.tar.gz 10861399 diff --git a/dev-db/mysql/files/mysql-3.23.52-install-db-sh.diff b/dev-db/mysql/files/mysql-3.23.52-install-db-sh.diff new file mode 100644 index 000000000000..6cbbaf121d68 --- /dev/null +++ b/dev-db/mysql/files/mysql-3.23.52-install-db-sh.diff @@ -0,0 +1,35 @@ +diff -uNr mysql-3.23.52.orig/scripts/mysql_install_db.sh mysql-3.23.52/scripts/mysql_install_db.sh +--- mysql-3.23.52.orig/scripts/mysql_install_db.sh Tue Aug 13 22:08:16 2002 ++++ mysql-3.23.52/scripts/mysql_install_db.sh Sun Aug 25 04:11:09 2002 +@@ -309,14 +309,10 @@ + END_OF_DATA + then + echo "" +- if test "$IN_RPM" -eq 0 +- then +- 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 + echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" + echo "This is done with:" ++ echo "/etc/init.d/mysql start (you have to start the server first!)" + 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." +@@ -330,15 +326,6 @@ + echo "able to use the new GRANT command!" + fi + echo +- if test "$IN_RPM" -eq 0 +- then +- echo "You can start the MySQL daemon with:" +- echo "cd @prefix@ ; $bindir/safe_mysqld &" +- echo +- echo "You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:" +- echo "cd sql-bench ; 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" |