summaryrefslogtreecommitdiff
path: root/scripts/mysql_install_db.sh
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-02-19 20:46:29 +0100
committerSergei Golubchik <serg@mariadb.org>2020-02-19 20:46:29 +0100
commit520c3f69a6caed5524d3214a0339736d673c4c0c (patch)
treee0a642252b655aa78324743242752b6d322df7d9 /scripts/mysql_install_db.sh
parent8e02955b8a2c690bdf874c4718c7c4f9b63d1117 (diff)
parent4d1c1b23e1373bbd4e72f524e855f1db076d2c73 (diff)
downloadmariadb-git-520c3f69a6caed5524d3214a0339736d673c4c0c.tar.gz
Merge tag 'mariadb-5.5.67' into 10.0bb-10.0-MDEV-6463
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r--scripts/mysql_install_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index b6e6aa9145c..369158a0654 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -214,7 +214,7 @@ cannot_find_file()
echo "If you compiled from source, you need to either run 'make install' to"
echo "copy the software into the correct location ready for operation."
echo "If you don't want to do a full install, you can use the --srcdir"
- echo "option to only install the mysql database and privilege tables"
+ echo "option to only install the mysql database and privilege tables."
echo
echo "If you are using a binary release, you must either be at the top"
echo "level of the extracted archive, or pass the --basedir option"