mysql_install_db program.
mysql_install_db
mysql_install_db is located in the bin or scripts directory:
bin/mysql_install_db --user=mysql
scripts/mysql_install_db --user=mysql
mysql_install_db needs to be run only the first time MySQL is installed.
mysql_install_db does not overwrite any existing privilege tables.
mysql_install_db script creates the server's data directory.
mysql database that holds all database privileges and the test database for testing MySQL.
root and anonymous-user accounts.
mysql login account so the server has read and write access to them.
--user option if mysql_install_db is as root.
mysqld server if it is running.
mysql directory under the data directory to save it.
mysql_install_db
How do I start the server?
© 2007 John Michael Pierobon