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';