MariaDB Configuration: Difference between revisions
Jump to navigation
Jump to search
(→Secure) |
|||
Line 30: | Line 30: | ||
<pre> | <pre> | ||
systemctl enable mariadb | systemctl enable mariadb.service | ||
systemctl start mariadb | systemctl start mariadb.service | ||
</pre> | </pre> |
Revision as of 21:19, 17 April 2017
Internal
Post-Install
Secure
/usr/bin/mysql_secure_installation
Enter current password for root (enter for none): ... Set root password? [Y/n] Y ... Remove anonymous users? [Y/n] Y ... Disallow root login remotely? [Y/n] Y ... Remove test database and access to it? [Y/n] Y ... Reload privilege tables now? [Y/n] Y ...
Start at Boot
systemctl enable mariadb.service systemctl start mariadb.service