Search
⌃K

How to install phpMyAdmin?

​To install phpMyAdmin, type following commands to your terminal:
apt-get update
apt-get install -y mysql-server
service mysql start
apt-get install -y php7.3-mbstring php7.3-mysqli phpmyadmin
service apache2 restart
When entering the password during installation, if you leave it blank, a random password will be generated, so be sure to enter the password to use.
After complete install, enter the following URL to new browser to access phpmyadmin.
https://[PROJECT_URL]/phpmyadmin
You can check your PROJECT_URL at [Project] > [Running URL and Port] menu. If there's no URL registered, register one with port 80.

You can login by entering phpmyadmin in the username.