add server restart to prepare_servers()
This commit is contained in:
parent
080232e7ef
commit
46c3755678
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user