USER()

Returns the current MySQL user name and host name as a string in the utf8 character set.

mysql> select  USER();
    -> '[email protected]'

The value indicates the user name you specified when connecting to the server, and the client host from which you connected. The value be different from that of CURRENT_USER().

results matching ""

    No results matching ""