MariaDB Configuration: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Post-Install= | =Post-Install= | ||
==Start at Boot== | |||
<pre> | |||
systemctl enable mariadb.service | |||
systemctl start mariadb.service | |||
</pre> | |||
==Secure== | ==Secure== |
Revision as of 23:12, 29 March 2021
Internal
Post-Install
Start at Boot
systemctl enable mariadb.service systemctl start mariadb.service
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 ...