To determine who you are currently logged in as in a MySQL command prompt, type the following:
mysql> select user()
or
mysql> select current_user()
To determine who you are currently logged in as in a MySQL command prompt, type the following:
mysql> select user()
or
mysql> select current_user()
Thank you, this helped me out quite a bit.