pingcap / mysql-tester

A Golang implementation of MySQL Test Framework
Apache License 2.0
61 stars 62 forks source link

*: remove use <database> for connect cmd #90

Closed xiongjiwei closed 1 year ago

xiongjiwei commented 1 year ago

some cases will create a connection with a new user who has no access to use <database>, which will cause the test failure

xiongjiwei commented 1 year ago

/cc @CbcWestwolf @bb7133