2001-07-18 14:32:54 +03:00
|
|
|
--- mysql-3.23.34a/scripts/mysql_install_db.sh.orig Mon Mar 12 08:18:27 2001
|
|
|
|
+++ mysql-3.23.34a/scripts/mysql_install_db.sh Thu Mar 15 04:12:28 2001
|
|
|
|
@@ -325,7 +325,7 @@
|
|
|
|
if test "$IN_RPM" -eq 0
|
2000-09-07 04:55:17 +03:00
|
|
|
then
|
2001-07-18 14:32:54 +03:00
|
|
|
echo "You can start the MySQL daemon with:"
|
2000-09-07 04:55:17 +03:00
|
|
|
- echo "cd @prefix@ ; $bindir/safe_mysqld &"
|
|
|
|
+ echo "cd @prefix@ ; $sbindir/safe_mysqld &"
|
|
|
|
echo
|
2001-07-18 14:32:54 +03:00
|
|
|
echo "You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:"
|
2000-09-07 04:55:17 +03:00
|
|
|
echo "cd sql-bench ; run-all-tests"
|