polardbxengine/mysql-test/suite/auth_sec/t/mysql_sha256_plugin_depreca...

11 lines
364 B
Plaintext

CREATE USER 'test_user1'@'localhost' IDENTIFIED WITH 'sha256_password' BY 'password';
# Test:Deprecate Warning message for sha256_password plugin authentication
--echo Test:Deprecate Warning message for sha256_password plugin authentication
connect(con1,localhost,test_user1,password,,);
disconnect con1;
connection default;
DROP USER 'test_user1'@'localhost';