Installing MariaDB

From Leechfinger
Revision as of 21:57, 17 May 2024 by Qais (talk | contribs) (Created page with "== Installing MariaDB == We will install the Database and the client, then check if it is running, and then secure it. <syntaxhighlight lang="bash" line> # apt install -y mariadb-server mariadb-client # systemctl status mariadb # mysql_secure_installation </syntaxhighlight> Category:MariaDB")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Installing MariaDB

We will install the Database and the client, then check if it is running, and then secure it.

# apt install -y mariadb-server mariadb-client
# systemctl status mariadb
# mysql_secure_installation