I have a VPS account running WHM/cPanel, so it's got phpMyAdmin installed by default. If I log in through WHM, I am "root@localhost" so thankfully that works.
Back when I started working on a particular domain, I could get to phpMyAdmin through that domain's cPanel and it would log me in as (domain_login)@localhost, so those Procedures, for example, have the definer set as (domain_login)@localhost.
Recently, though, if I log in via the domain's cPanel pages, the user is always "cpses_******@localhost" where ***** is some psuedo-random string (associated with the user session, I would guess). The problem is that "cpses_****@localhost" doesn't have access to anything created by anything else, including (domain_login)@localhost or any of the other "cpses_****@localhost" users that were created. I can't edit, or even read, anything that was created in the past!
How do I force phpMyAdmin to login as the domain_login user again??