summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
Diffstat (limited to 'support-files')
-rw-r--r--support-files/binary-configure.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/support-files/binary-configure.sh b/support-files/binary-configure.sh
index c67d2ba2827..682ea570b25 100644
--- a/support-files/binary-configure.sh
+++ b/support-files/binary-configure.sh
@@ -6,6 +6,14 @@ then
exit 1;
fi
+echo "NOTE: This is a MySQL binary distribution. It's ready to run, you don't"
+echo "need to configure it!"
+echo ""
+echo "To help you a bit, I am now going to create the needed MySQL databases"
+echo "and start the MySQL server for you. If you run into any trouble, please"
+echo "consult the MySQL manual, that you can find in the Docs directory."
+echo ""
+
./scripts/mysql_install_db
if [ $? = 0 ]
then