mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
19 lines
356 B
Text
19 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.
|