config root man

Current Path : /home/usr.opt/mysql57/mysql-test/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 : //home/usr.opt/mysql57/mysql-test/r/skip_grants_flush.result

FLUSH PRIVILEGES;
SELECT USER(),CURRENT_USER();
USER()	CURRENT_USER()
root@	skip-grants user@skip-grants host
CREATE USER u1@localhost;
ALTER USER u1@localhost IDENTIFIED BY 'pass1';
SET PASSWORD FOR u1@localhost = 'pass2';
SET PASSWORD = 'cant have';
ERROR 42000: Can't find any matching row in the user table
DROP USER u1@localhost;
End of 5.7 tests

Man Man