logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mariadb-secure-installation - improve MariaDB installation security (mysql_secure_installation is now a

Author

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

MariaDB 10.6                                       15 May 2020                            MARIADB-SECURE-INST(1)

Description

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

       •   You can set a password for root accounts.

       •   You can remove root accounts that are accessible from outside the local host.

       •   You can remove anonymous-user accounts.

       •   You can remove the test database, which by default can be accessed by anonymous users.

       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:

       •   --basedir=dir_name

           Base directory.

       •   --defaults-extra-file=file_name

           Additional option file.

       •   --defaults-file=file_name

           Option file.

       •   --no-defaults

           Don't read any defaults file.

       Other unrecognized options will be passed on to the server.

Name

       mariadb-secure-installation - improve MariaDB installation security (mysql_secure_installation is now a
       symlink to mariadb-secure-installation)

See Also

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

Synopsis

mysql_secure_installation

See Also