2
if test ! -x ./scripts/mysql_install_db
4
echo "I didn't find the script './scripts/mysql_install_db'."
5
echo "Please execute this script in the mysql distribution directory!"
9
./scripts/mysql_install_db
12
echo "Starting the mysqld server. You can test that it is up and running"
13
echo "with the command:"
14
echo "./bin/mysqladmin version"