How to install phpMyAdmin on Ubuntu 24.04 Linux, Apache, MariaDB, PHP 8.3 stack.

Update packages:
sudo apt update
  1. Install phpMyAdmin:
sudo apt install phpmyadmin
  • When prompted, select Apache2 and configure the database.
  1. Enable required PHP extension:
sudo phpenmod mbstring
  1. Restart Apache:
sudo systemctl restart apache2

Access phpMyAdmin at http://your_server/phpmyadmin.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Discover more from Jorge Saldívar

Subscribe now to keep reading and get access to the full archive.

Continue reading