summaryrefslogtreecommitdiff
path: root/scripts/mysql_install_db.sh
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2018-07-19 12:55:54 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2018-07-19 12:55:54 +0200
commit0896d7ebc3698f898bd66544bbc0ba6e4a4fbe0e (patch)
treea4875d10d749b1ab10a3c6070f20e14f9fdb0f04 /scripts/mysql_install_db.sh
parent312de43f40e221096b5565f6f4999eaadae09ef4 (diff)
parentada54101a7185782657813c553907f61f2a35faf (diff)
downloadmariadb-git-0896d7ebc3698f898bd66544bbc0ba6e4a4fbe0e.tar.gz
Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanja
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r--scripts/mysql_install_db.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index 2768faccd69..b57ac8bc85e 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -241,6 +241,11 @@ cannot_find_file()
echo "If you don't want to do a full install, you can use the --srcddir"
echo "option to only install the mysql database and privilege tables"
echo
+ 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
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"
echo "pointing to that location."