1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Added more help text in case mysql_install_db fails.

This commit is contained in:
Michael Widenius
2018-06-27 13:18:30 +03:00
parent 1f6a89a8fd
commit faef2e6a44

View File

@@ -211,6 +211,11 @@ cannot_find_file()
echo "If you compiled from source, you need to run 'make install' to" echo "If you compiled from source, you need to run 'make install' to"
echo "copy the software into the correct location ready for operation." echo "copy the software into the correct location ready for operation."
echo 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 "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 "level of the extracted archive, or pass the --basedir option"
echo "pointing to that location." echo "pointing to that location."