config root man

Current Path : /usr/opt/mysql57/mysql-test/suite/sys_vars/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/opt/mysql57/mysql-test/suite/sys_vars/r/check_proxy_users_func.result

** Setup **

SET @default_check_proxy_users = @@check_proxy_users;
'#----- 1.2.4 superuser set variable -------------------------#'
SET Global check_proxy_users=OFF;
'#----- 1.2.4 others user set variable -----------------------#'
** Creating new user with out super privilege**
CREATE USER sameea;
** Connecting connn using username 'sameea' **
SET GLOBAL check_proxy_users=ON;
ERROR 42000: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
SET @@global.check_proxy_users=ON;
ERROR 42000: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
** Connection default **
** Disconnecting connn **
DROP USER sameea;
SET global check_proxy_users = @default_check_proxy_users;

Man Man