Debian 13: Revision history

Jump to navigation Jump 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.

14 August 2025

13 August 2025

  • curprev 16:5216:52, 13 August 2025Milan talk contribs 3,182 bytes +3,182 Created page with "<span style="color:#ff0000; font-size: 20px"> Not complete due to missing support for PHP 8.4. Don't use it now !!!</span> = Install MariaDB= apt-get update apt-get -y install mariadb-server == change auth method for root@localhost user from unix_socket to mysql_native_password type with no password== Start the mysql console first with '''mysql''' and push following queries: MariaDB> ALTER USER root@localhost IDENTIFIED VIA mysql_native_password; MariaDB> SET PASSW..."