quick-docs/modules/ROOT/pages/_partials/proc_configuring-mariadb.adoc

18 lines
356 B
Text

[discrete]
= Configuring MariaDB
Enable the service at boot and start it right now
----
$ sudo systemctl enable mariadb --now
----
MariaDB default root password is empty.
Perform the initial setup
----
$ sudo mysql_secure_installation
----
Some questions will be asked: answer to them as you prefer; answering _yes_ to all of them is perfectly fine.