Syntax
SYSTEM_USER()
Purpose
You can call this function to return the current username and host name. It is a synonym for USER().
Examples
obclient> SELECT SYSTEM_USER();
+---------------------+
SYSTEM_USER()
+---------------------+
root@xxx.xx.xxx.xxx
+---------------------+
1 row in set (0.00 sec)