Installing MariaDB: Revision history

From Leechfinger
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 May 2024

  • curprev 21:5721:57, 17 May 2024 Qais talk contribs 296 bytes +296 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"