MySQL SYSTEM_USER Function

Example

Return the current user name and host name for the MySQL connection:

SELECT SYSTEM_USER();

Definition and Usage

The SYSTEM_USER() function returns the current user name and host name for the MySQL connection.

 

Syntax

SYSTEM_USER()

Continue reading MySQL SYSTEM_USER Function