MySQL CURRENT_USER() 函数
定义和用法
CURRENT_USER() 函数返回用于服务器认证当前客户端的 MySQL 帐户的用户名和主机名。
结果以 UTF8 字符集的字符串形式返回。
提示:另请参见 USER() 函数。
语法
CURRENT_USER()
技术细节
工作于 | 从 MySQL 4.0 开始 |
---|
CURRENT_USER() 函数返回用于服务器认证当前客户端的 MySQL 帐户的用户名和主机名。
结果以 UTF8 字符集的字符串形式返回。
提示:另请参见 USER() 函数。
CURRENT_USER()
工作于 | 从 MySQL 4.0 开始 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]