diff --git a/test/tap/tests/test_com_reset_connection_com_change_user-t.cpp b/test/tap/tests/test_com_reset_connection_com_change_user-t.cpp index ed81bd5ab..a27348701 100644 --- a/test/tap/tests/test_com_reset_connection_com_change_user-t.cpp +++ b/test/tap/tests/test_com_reset_connection_com_change_user-t.cpp @@ -1201,6 +1201,7 @@ int main(int argc, char** argv) { } MYSQL_QUERY(admin, "LOAD MYSQL USERS TO RUNTIME"); + MYSQL_QUERY(mysql_server, "CREATE DATABASE IF NOT EXISTS test"); for (const auto& test_fn : tests_fns) { int test_res = EXIT_FAILURE;