mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Better error message if failed
This commit is contained in:
parent
ca051fa027
commit
7c1e2fe35c
1 changed files with 3 additions and 1 deletions
|
@ -202,8 +202,10 @@ cannot_find_file()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
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 "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
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue