Skip to content

Commit faef2e6

Browse files
committed
Added more help text in case mysql_install_db fails.
1 parent 1f6a89a commit faef2e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/mysql_install_db.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ cannot_find_file()
211211
echo "If you compiled from source, you need to run 'make install' to"
212212
echo "copy the software into the correct location ready for operation."
213213
echo
214+
echo "If you compiled from source, you need to either run 'make install' to"
215+
echo "copy the software into the correct location ready for operation."
216+
echo "If you don't want to do a full install, you can use the --srcdir"
217+
echo "option to only install the mysql database and privilege tables"
218+
echo
214219
echo "If you are using a binary release, you must either be at the top"
215220
echo "level of the extracted archive, or pass the --basedir option"
216221
echo "pointing to that location."

0 commit comments

Comments
 (0)