How to Install PhpMyAdmin on Ubuntu 18.04
In this video, we describe how to install PhpMyAdmin on an Ubuntu 18.04 server.
Commands used:
apt update && apt upgrade
apt install phpmyadmin php-mbstring php-gettext
phpenmod mbstring
vim /etc/apache2/apache2.conf
Include /etc/phpmyadmin/apache.conf
:wq
systemctl restart apache2
The related article for this article can be found here: https://www.liquidweb.com/kb/install-phpmyadmin-ubuntu-18-04/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/. To learn more about our Private Cloud Powered by VMware and NetApp, visit: https://www.liquidweb.com/products/private-cloud/
Video by: Alex Gorzen
ubuntu