Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I logout of phpMyAdmin 4.x - probably with a "hack"?

Tags:

phpmyadmin

For some reason, in this version, they decided we don't need a logout button anymore!?

VERY frustrating, as I switch between databases all day long, and my 'best' option so far is to log right out of my hosting, log back in, launch phpmyadmin, then log into that!

Does anyone know a url variable, or actual link to go to to log out?

Thanks!

like image 221
kandu Avatar asked Mar 19 '23 20:03

kandu


1 Answers

try modifying the path of your url to /phpmyadmin/index.php?old_usr=whatever in the browser. They may have disabled the link, but left the code that handles the logout call installed.

like image 89
PressingOnAlways Avatar answered Apr 05 '23 22:04

PressingOnAlways