Main public logs
From Leechfinger
Jump to navigationJump to search
Combined display of all available logs of Leechfinger. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:57, 17 May 2024 Qais talk contribs created page Installing MariaDB (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")