Hiya. After the last update of phpmyadmin, whenever we wish to search for something in our databases with it, we just get a blank page, when hitting the search tab. Anyone who got the same problem and know how to fix it? I just tried to purge it and reinstall, didn't help... Mike
Check the apache error.log for the reason of the issue. Maybe a missing PHP module that is required for the new PHPMyAdmin version.
I get this error: [Tue May 24 08:35:48 2016] [error] [client 90.184.133.106] PHP Parse error: syntax error, unexpected '?>' in /usr/share/phpmyadmin/db_search.php on line 254, referer: https://server1.designrus.dk:8080/p...en=173ec30a9c26e0568e6dd8476ab85a4a&db=c1aps2
That'san error in the PHP code of the PHPMyAdmin version. I guess this should be fixed soon with a new PHPMyAdmin update from the maintainers.
I also have a blank phpmyadmin page after the update (master server)... AND other servers can't connect to master database when Im trying to upgrade them (to ISPConfig 3.2 upgrade)... But control panel work. I have updated mysql root pasword (into the same as it was ) by folowing these steps: https://www.faqforge.com/linux/controlpanels/ispconfig2/how-to-reset-the-mysql-root-password/ I have included phpmyadmin: Include /etc/phpmyadmin/apache.conf None of these action does not help. What else could I do, what can you recommend? My PHP Version 5.6, Debian 8.4
Check that the php-gettext package is installed. There is an issue on the Debian PHPMyAdmin package that misses to install it as a dependency of phpmyadmin automatically.
Have you tried to use the database connection details from command line from the other server which can't connect to master yet? Check the user table on your master wether the user is allowed to connect from your slave-host. Keep in mind that if you did not turn off host-resolving in your database it may resolve the IP to an hostname and if you don't have the user privileges with the given hostname but with the IP only it won't succeed. Either add the user with the hostname or disable host-lookup in your database server. And just to be sure, you may set the password again to the same it should be just to be sure.