ITS ➤ Docs


Instructions for opening phpMyAdmin – database UI:

ITEM ACTION
Install and configure:
  • Open database UI from browser:
    sudo apt-get install phpmyadmin
  • Open Apache confi file and edit:
    sudo -H gedit /etc/apache2/apache2.conf
    add line: Include /etc/phpmyadmin/apache.conf
  • Re-start Apache to update configuration:
    sudo service apache2 restart
Open phpMyAdmin
from browser:
  • Open database UI from browser:
    http://localhost/phpmyadmin/?