Install mariaDB menggunakan perintah
apt install mariadb-server
konfigurasi mariaDB menggunakan perintah
mysql_secure_installation
Switch to unix_socket authentication [Y/n] y
Change the root password? [Y/n] y
New password:
Re-enter new password:
Remove anonymous users? [Y/n] n
Disallow root login remotely? [Y/n] n
Reload privilege tables now? [Y/n] y
akses mariaDB menggunakan perintah
mariadb -u root -p