1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

change default password

This commit is contained in:
david hill
2016-06-04 14:43:20 -05:00
parent 843d8edc0e
commit 70ee11429c
2 changed files with 2 additions and 2 deletions

View File

@@ -4475,7 +4475,7 @@ int ProcessManager::addModule(oam::DeviceNetworkList devicenetworklist, std::str
}
catch(...)
{
rpw = "root";
rpw = "mariadb1";
}
if (rpw != oam::UnassignedName)