Show the current username in MySQL?
Try to run either SELECT USER(); or SELECT CURRENT_USER(); It can sometimes be different, USER() will return by which login you attempted to authenticate and CURRENT_USER() will return how you were actually allowed to authenticate.