I am working with ISP config 3.1.1p1 on CentOS 7. I am trying to work with phpMyAdmin but I cannot expand database content: I can log with different accounts but I always see the + on left side of databases but I cannot expand them by clicking on it? Has anyone faced this issue?
And when trying to change parameters or logout I am asked for password but it not taken. Using MariaDB 5.5.50 and phpMyAdmin 4.4.15.8 When I move from ISPConfig 3.0 to 3.1 I use another database password. Current running root password is in /usr/local/ispconfig/server/lib/mysql_clientdb.conf Could it be possible that old password is still running somewhere? And from PHP I can access database without trouble, it's only displaying database content that doesn't work.
After many searches and time, I found that GRANT was not configured for my Databases. After changing it it works fine. Thanks for people who spend some time for searching...