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/ssl-sha512.result

CREATE USER u1@localhost IDENTIFIED BY 'secret';
GRANT SELECT ON test.* TO u1@localhost REQUIRE SSL;
Warnings:
Warning	1287	Using GRANT statement to modify existing user's properties other than privileges is deprecated and will be removed in future release. Use ALTER USER statement for this operation.
Variable_name	Value
have_openssl	YES
have_ssl	YES
ssl_ca	MYSQL_TEST_DIR/std_data/ca-sha512.pem
ssl_capath	
ssl_cert	MYSQL_TEST_DIR/std_data/server-cert-sha512.pem
ssl_cipher	DHE-RSA-AES256-SHA
ssl_crl	
ssl_crlpath	
ssl_key	MYSQL_TEST_DIR/std_data/server-key-sha512.pem
DROP USER u1@localhost;

Man Man