16 lines
705 B
Plaintext
16 lines
705 B
Plaintext
## This is test file for connection authentication using mysqlx.
|
|
##
|
|
--source include/xplugin_preamble.inc
|
|
--source include/not_windows.inc
|
|
|
|
call mtr.add_suppression("Plugin 'mysqlx' will be forced to shutdown");
|
|
call mtr.add_suppression("Internal account mysqlxsys@localhost can't be removed because server is running without user privileges ..skip-grant-tables. switch");
|
|
call mtr.add_suppression("Maximum number of authentication attempts reached");
|
|
call mtr.add_suppression("Access denied for user .*");
|
|
|
|
--let $USER_AUTH_PLUGIN= 'mysql_native_password'
|
|
--source ../include/connection_skip_grant_table.inc
|
|
|
|
--let $USER_AUTH_PLUGIN= 'sha256_password'
|
|
--source ../include/connection_skip_grant_table.inc
|