Debian Upgrade Bookworm To Trixie

From MK Wiki EN
Revision as of 21:04, 18 January 2026 by MkWikiEnSysOp (talk | contribs) (Created page with "== Web Application Using PHP and MariaDB == After upgrade, PHP would not work any more. Installation of package <code>libapache2-mod-php8.4</code> was required. Then the MariaDB (formerly MySQL) database could not be accessed which could be solved by installing <code>php8.4-mysql</code>. apt -y install libapache2-mod-php8.4 php8.4-mysql Category:Linux")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Web Application Using PHP and MariaDB

After upgrade, PHP would not work any more. Installation of package libapache2-mod-php8.4 was required. Then the MariaDB (formerly MySQL) database could not be accessed which could be solved by installing php8.4-mysql.

apt -y install libapache2-mod-php8.4 php8.4-mysql