diff --git a/system-test/maxtest/src/mariadb_nodes.cc b/system-test/maxtest/src/mariadb_nodes.cc index 2590f6b1a..afcd79c92 100644 --- a/system-test/maxtest/src/mariadb_nodes.cc +++ b/system-test/maxtest/src/mariadb_nodes.cc @@ -1452,7 +1452,7 @@ int Mariadb_nodes::prepare_server(int i) ssh_node(i, "mysql_install_db; sudo chown -R mysql:mysql /var/lib/mysql", true); } } - + ssh_node(i, "service mysql restart", true); free(version); return ec; }