There was an error while loading. Please reload this page.
1 parent ca051fa commit 7c1e2feCopy full SHA for 7c1e2fe
scripts/mysql_install_db.sh
@@ -202,8 +202,10 @@ cannot_find_file()
202
fi
203
204
echo
205
- 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"
206
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"
209
210
echo "If you are using a binary release, you must either be at the top"
211
echo "level of the extracted archive, or pass the --basedir option"
0 commit comments