The CURRENT_USER() function returns the current username and hostname that the server used to authenticate the current client.
This account determines the access rights.
The value of CURRENT_USER() may differ from the value of USER(), SYSTEM_USER() and SESSION_USER(). |