MySQL SYSTEM_USER
In MySQL, the SYSTEM_USER() function is a built-in system function that returns the current MySQL user name and hostname. It doesn’t require any arguments and is typically used to identify the current user accessing the MySQL database. The function is equivalent to the USER() function and SESSION_USER() function, which also return the current user information. […]