azexcy commented on code in PR #20996: URL: https://github.com/apache/shardingsphere/pull/20996#discussion_r971663226
########## shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/resources/env/mysql/01-initdb.sql: ########## @@ -23,3 +23,4 @@ CREATE DATABASE scaling_it_4; GRANT REPLICATION CLIENT, REPLICATION SLAVE, SELECT, INSERT, UPDATE, DELETE, INDEX ON *.* TO `test_user`@`%`; GRANT CREATE, DROP ON TABLE *.* TO test_user; +ALTER USER `test_user`@`%` IDENTIFIED WITH mysql_native_password by 'Test@123'; Review Comment: It's used for mysql 8 , the test_user default plugin is same as `default_authentication_plugin` config at my.cnf, so need to override at here -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
