I installed phpMyAdmin in redhat linux 7.2
The MySql database and apache and php are running.
However I can only make changes in the test database (that comes by default) using phpMyAdmin.
The other database names are shown but I cant see the tables within them. If I try to display data or alter data in the other databases using php, I get an error saying that a connection cannot be established.This happens while I am logged on as root.
I can change data in the other databases using the mysql console.
Let me know if there is a solution to this.