Skip to content

Commit

Permalink
Better error message if failed
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Oct 8, 2015
1 parent ca051fa commit 7c1e2fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/mysql_install_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,10 @@ cannot_find_file()
fi

echo
echo "If you compiled from source, you need to run 'make install' to"
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 --srcddir"
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"
Expand Down

0 comments on commit 7c1e2fe

Please sign in to comment.