mysql_install_db

You are viewing an old version of this article. View the current version here.

mysql_install_db initializes the MariaDB data directory and creates the system tables in the mysql database.

From MariaDB 10.5, the client is called mariadb-install-db. It can still be accessed under its original mysql_install_db name via a symlink in Linux, or an alternate binary in Windows.

See mariadb-install-db for details.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.