diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2019-12-03 09:39:53 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2019-12-03 09:39:53 +0100 |
commit | 117c8146de7ccfaf2331225d6fb264de71aa6779 (patch) | |
tree | 425776b42c117501cc7968473485babc8a1c59a5 /scripts | |
parent | d930422e9e84aa1bc265963225dd29295203e9d3 (diff) | |
parent | e3d3bbf59829e93e83ab05d831e92a742ffd7e32 (diff) | |
download | mariadb-git-117c8146de7ccfaf2331225d6fb264de71aa6779.tar.gz |
Merge branch '5.5' into 10.1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 1479ffc0443..adf521f89f6 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -244,7 +244,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" |