22 lines
780 B
Plaintext
22 lines
780 B
Plaintext
# Save the initial number of concurrent sessions
|
|
--source include/count_sessions.inc
|
|
--echo #-----------------------------------------------------------------------
|
|
|
|
--let $auth_plugin=mysql_native_password
|
|
--let $ssl_option=DISABLED
|
|
--source ../include/multiple_passwords.inc
|
|
--let $auth_plugin=caching_sha2_password
|
|
--let $ssl_option=DISABLED
|
|
--source ../include/multiple_passwords.inc
|
|
--let $auth_plugin=sha256_password
|
|
--let $ssl_option=REQUIRED
|
|
--source ../include/multiple_passwords.inc
|
|
|
|
--echo #-----------------------------------------------------------------------
|
|
|
|
# Wait till all disconnects are completed
|
|
--source include/wait_until_count_sessions.inc
|
|
--source include/force_restart.inc
|
|
|
|
--echo #-----------------------------------------------------------------------
|