Syntax
SYSTEM_USER()
Purpose
SYSTEM_USER() returns the current username and hostname. It is a synonym for USER().
Examples
obclient> SELECT SYSTEM_USER();
+---------------------+
| SYSTEM_USER() |
+---------------------+
| root@xxx.xx.xxx.xxx |
+---------------------+
1 row in set