1998-11-21 20:13:52 +00:00
|
|
|
--- scripts/mysql_install_db.sh.orig Wed Nov 4 21:25:07 1998
|
|
|
|
+++ scripts/mysql_install_db.sh Tue Nov 10 16:54:46 1998
|
|
|
|
@@ -11,7 +11,7 @@
|
|
|
|
mdata=@localstatedir@/mysql
|
1998-03-16 02:46:42 +00:00
|
|
|
|
1998-11-21 20:13:52 +00:00
|
|
|
# Are we are doing a rpm install?
|
|
|
|
-if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi
|
|
|
|
+if test "$1" = "-IN-RPM"; then shift; fi
|
1998-03-16 02:46:42 +00:00
|
|
|
|
1998-11-21 20:13:52 +00:00
|
|
|
if test ! -x @libexecdir@/mysqld
|
1998-10-22 07:47:41 +00:00
|
|
|
then
|
1998-11-21 20:13:52 +00:00
|
|
|
@@ -26,8 +26,6 @@
|
1998-10-22 07:47:41 +00:00
|
|
|
fi
|
1998-09-06 19:58:26 +00:00
|
|
|
fi
|
1998-03-16 02:46:42 +00:00
|
|
|
|
1998-09-06 19:58:26 +00:00
|
|
|
-# On IRIX hostname is in /usr/bsd so add this to the path
|
|
|
|
-PATH=$PATH:/usr/bsd
|
|
|
|
hostname=`hostname` # Install this too in the user table
|
|
|
|
|
1998-11-21 20:13:52 +00:00
|
|
|
# Create database directories mysql & test
|
|
|
|
@@ -149,22 +147,9 @@
|
1998-09-06 19:58:26 +00:00
|
|
|
END_OF_DATA
|
1998-11-21 20:13:52 +00:00
|
|
|
then
|
|
|
|
echo ""
|
|
|
|
- if test -z "$IN_RPM"
|
|
|
|
- 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
|
1998-03-16 02:46:42 +00:00
|
|
|
echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
|
1998-11-21 20:13:52 +00:00
|
|
|
echo "See the manual for instructions."
|
1998-03-16 02:46:42 +00:00
|
|
|
echo
|
1998-10-22 07:47:41 +00:00
|
|
|
- if test -z "$IN_RPM"
|
|
|
|
- then
|
|
|
|
- echo "You can test the MySQL demon with the benchmarks in the 'bench'"
|
|
|
|
- echo "directory:"
|
|
|
|
- echo "cd bench ; run-all-tests"
|
|
|
|
- echo
|
|
|
|
- fi
|
1998-11-21 20:13:52 +00:00
|
|
|
echo "Please report any problems with the @scriptdir@/mysqlbug script!"
|
1998-10-22 07:47:41 +00:00
|
|
|
echo
|
1998-11-21 20:13:52 +00:00
|
|
|
echo "The latest information about MySQL is available on the web at http://www.tcx.se"
|