Phpmyadmin Index Page 1
Steps to disable root login in phpMyAdmin
To disable root login in phpMyAdmin set AllowRoot to false like this example: $cfg['Servers'][$i]['AllowRoot'] = FALSE;. If you want more details check our tutorial.
Phpmyadmin Index Page 1
Ubuntu 18.04: Installing Apache2 + PHP5 + MySQL + phpMyAdmin
In this short tutorial we explain how to install phpmyadmin with apache 2 on ubuntu 18.04.