Hi all I have the following configured but when I browse the database it just brings up the logon page of phpmyadmin (doesn't auto sign in with the user)
I can put the user credentials into the phpmyadmin logon page and it logs in OK.
Any thoughts anyone?
Logon URL: https://phpmyadmin.domain.com (accessible)
Logon Method: POST
pma_username=[USER]
pma_password=[PASSWORD]
Phpmyadmin v4.8.2 (latest)
MySQL v5.7 (with connector 6.9.12)
PHP V7.0 (and 7.1/7.2)
Many thanks
Hello,
I think it depends on the phpmyadmin version your using.
The latest version(s) no longer work with POST and those valued from what i know.
Regards,
Marco
I'm using pypMyAdmin 4.8.3, any solution to browse database?
If you choose GET instead of POST in SolidCP you can login to phpMyAdmin.
But I think using GET is even more insecure than using an outdated version of phpMyAdmin with severe vulnerabilities.
Maybe the solution can be grabbing the token and adding to the POST request Or using signon authentication mode:
https://github.com/phpmyadmin/phpmyadmin/issues/13510