Answers for "how to access phpmyadmin in ubuntu 18.04"

PHP
2

install phpmyadmin ubuntu 18.04

$ sudo apt update
$ sudo apt-get install phpmyadmin php-mbstring php-gettext
Posted by: Guest on August-01-2020
0

install phpmyadmin ubuntu 18.04

Open a terminal window on your Ubuntu Server.
Issue the command sudo apt-get install phpmyadmin php-mbstring php-gettext -y.
When prompted, type your sudo password.
Allow the installation to complete.
Posted by: Guest on April-30-2020

Code answers related to "how to access phpmyadmin in ubuntu 18.04"

Browse Popular Code Answers by Language