phpmyadmin Browse I...
 
Notifications
Clear all

phpmyadmin Browse Issue

4 Posts
4 Users
0 Reactions
2,188 Views
Posts: 60
 Ric
Topic starter
(@ric)
Trusted Member
Joined: 9 years ago

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

3 Replies
Posts: 1967
Admin
(@m-tiggelaar)
Noble Member
Joined: 9 years ago

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

Reply
Posts: 103
 ram
(@ram)
Estimable Member
Joined: 9 years ago

I'm using pypMyAdmin 4.8.3, any solution to browse database?

Reply
Posts: 18
(@duarte)
Active Member
Joined: 8 years ago

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

Reply
Share: