Skip to content

Commit 7c1e2fe

Browse files
committed
Better error message if failed
1 parent ca051fa commit 7c1e2fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/mysql_install_db.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,10 @@ cannot_find_file()
202202
fi
203203

204204
echo
205-
echo "If you compiled from source, you need to run 'make install' to"
205+
echo "If you compiled from source, you need to either run 'make install' to"
206206
echo "copy the software into the correct location ready for operation."
207+
echo "If you don't want to do a full install, you can use the --srcddir"
208+
echo "option to only install the mysql database and privilege tables"
207209
echo
208210
echo "If you are using a binary release, you must either be at the top"
209211
echo "level of the extracted archive, or pass the --basedir option"

0 commit comments

Comments
 (0)