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

13 lines
540 B
Plaintext

--echo # Check with caching_sha2_password as --default-authentication-plugin
let $server_default_authentication_plugin=caching_sha2_password;
--source ../include/multiple_plugins.inc
--echo # Check with mysql_native_password as --default-authentication-plugin
let $server_default_authentication_plugin=mysql_native_password;
--source ../include/multiple_plugins.inc
--echo # Check with sha256_password as --default-authentication-plugin
let $server_default_authentication_plugin=sha256_password;
--source ../include/multiple_plugins.inc