summaryrefslogtreecommitdiff
blob: a893ca1f5cbceaf5ea8b02ea0aa745b0db4f216e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
diff -ur mysql-3.23.47.orig/scripts/mysql_install_db.sh mysql-3.23.47/scripts/mysql_install_db.sh
--- mysql-3.23.47.orig/scripts/mysql_install_db.sh	Thu Dec 27 07:23:38 2001
+++ mysql-3.23.47/scripts/mysql_install_db.sh	Fri Jan  4 04:55:18 2002
@@ -309,14 +309,9 @@
 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 -p password 'new-password'"
   echo "$bindir/mysqladmin -u root -h $hostname -p password 'new-password'"
   echo "See the manual for more instructions."
@@ -330,15 +325,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"