Linux /
MySQLInstall database server: yum install mariadb-server
$ mysql_secure_installation Enter current password for root (enter for none): <enter> New password: newrootpass <enter> Re-enter new password: newrootpass <enter> Set root password? [Y/n] Y <enter> Remove anonymous users? [Y/n] Y <enter> Disallow root login remotely? [Y/n] Y <enter> Remove test database and access to it? [Y/n] n <enter> |