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

4 lines
195 B
Plaintext

CREATE USER 'test_user1'@'localhost' IDENTIFIED WITH 'sha256_password' BY 'password';
Test:Deprecate Warning message for sha256_password plugin authentication
DROP USER 'test_user1'@'localhost';