MySQL tutorial: SYSTEM_USER [EN]
top of page
CerebroSQL

MySQL: 

SYSTEM_USER

Syntax:
SYSTEM_USER()

SYSTEM_USER() is a synonym for USER().

*Note*:

The SYSTEM_USER() function is distinct from the SYSTEM_USER privilege.
The former returns the current MySQL account name. The latter
distinguishes the system user and regular user account categories (see
https://dev.mysql.com/doc/refman/8.0/en/account-categories.html).

URL: https://dev.mysql.com/doc/refman/8.0/en/information-functions.html

Example

bottom of page