You've already forked mariadb-columnstore-engine
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:
@@ -441,7 +441,7 @@
|
||||
<UMStorageType>internal</UMStorageType>
|
||||
<EEPackageType>rpm</EEPackageType>
|
||||
<SystemLogConfigFile>unassigned</SystemLogConfigFile>
|
||||
<rpw>root</rpw>
|
||||
<rpw>mariadb1</rpw>
|
||||
<Cloud>unassigned</Cloud>
|
||||
<AmazonAccessKey>unassigned</AmazonAccessKey>
|
||||
<AmazonSecretKey>unassigned</AmazonSecretKey>
|
||||
|
||||
@@ -4475,7 +4475,7 @@ int ProcessManager::addModule(oam::DeviceNetworkList devicenetworklist, std::str
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
rpw = "root";
|
||||
rpw = "mariadb1";
|
||||
}
|
||||
|
||||
if (rpw != oam::UnassignedName)
|
||||
|
||||
Reference in New Issue
Block a user