summaryrefslogtreecommitdiff
path: root/scripts/mysql_install_db.sh
diff options
context:
space:
mode:
authorjcole@tetra.spaceapes.com <>2001-02-18 15:29:52 -0600
committerjcole@tetra.spaceapes.com <>2001-02-18 15:29:52 -0600
commitdb56853b6fc218444861823a39a303793dbf85c2 (patch)
tree9eaaef670a2feeff1a975a1027c527378b611aba /scripts/mysql_install_db.sh
parentfc8108add8bb85986658cfdb69a2d828b585dc96 (diff)
downloadmariadb-git-db56853b6fc218444861823a39a303793dbf85c2.tar.gz
s/Demon/Daemon/g;
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r--scripts/mysql_install_db.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index 3603e76b3d7..97a105c78f3 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -324,10 +324,10 @@ then
echo
if test "$IN_RPM" -eq 0
then
- echo "You can start the MySQL demon with:"
+ echo "You can start the MySQL daemon with:"
echo "cd @prefix@ ; $bindir/safe_mysqld &"
echo
- echo "You can test the MySQL demon with the benchmarks in the 'sql-bench' directory:"
+ echo "You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:"
echo "cd sql-bench ; run-all-tests"
echo
fi
@@ -342,7 +342,7 @@ else
echo "Installation of grant tables failed!"
echo
echo "Examine the logs in $ldata for more information."
- echo "You can also try to start the mysqld demon with:"
+ echo "You can also try to start the mysqld daemon with:"
echo "$execdir/mysqld --skip-grant &"
echo "You can use the command line tool"
echo "$bindir/mysql to connect to the mysql"