mysql_secure_installation — improve MariaDB installation security

Synopsis

mysql_secure_installation

Description

This program enables you to improve the security of your MariaDB installation in the following ways:

mysql_secure_installation can be invoked without arguments:

shell> mysql_secure_installation

The script will prompt you to determine which actions to perform.

mysql_secure_installation accepts some options:

Other unrecognized options will be passed on to the server.

See Also

For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/

Author

MariaDB Foundation (http://www.mariadb.org/).

Info

9 May 2017 MariaDB 10.3 MariaDB Database System