

If it is not running already then execute the below two commands: sudo service apache2 start Here we are using Apache hence we go for that. Check or Start the Web server on Ubuntu 20.04įirst, check your Webserver whether it is Apache or Lighttpd, is working fine or not. However, if you already have an Apache server installed then it will automatically configure it to use.Ĥ. The PHPMyAdmin automation process will also ask you to select Apache or Lighttpd as a default web server.
#Update phpmyadmin ubuntu 20.04 how to#
See: How to access remote MySQL database in local phpMyAdmin Whereas, those who have a Database server on some other remote machine should go for NO. If you are using a Database server on your localhost where you are installing the phpMyAdmin then type the Yes option to create a database user to use with phpMyAdmin. Now, PHPMyAdmin sudo apt install phpmyadmin The given command will install PHP & its extension along with Apache or Lighttpd web server. It will download, install and configure phpMyAdmin along with the Apache webserver. Now, use the APT package manager to install and configure phpMyAdmin automatically, we can run the following single command. Command to install phpMyAdmin on Ubuntu 20.04 | 22.04 LTS If you already have the database server installed on the server or localhost where you are installing the phpMyAdmin or just want to use the PHPMyAdmin to manage some Database server available on a remote server then you can skip this step.įor MariaDB sudo apt install mariadb-serverģ.

Let’s first run the Ubuntu/Debian update command to refresh the system repository cache. Add a PPA repository for phpMyAdmin (optional) Steps to install phpMyAdmin using PPA repository on Ubuntu 22.04|20.04 1.
