Find the name of the current SQL user.
mysql> mysql> SELECT CURRENT_USER; +----------------+ | CURRENT_USER | +----------------+ | root@localhost | +----------------+ 1 row in set (0.00 sec) mysql> mysql>