You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-02 06:13:16 +03:00
change default password
This commit is contained in:
@@ -441,7 +441,7 @@
|
|||||||
<UMStorageType>internal</UMStorageType>
|
<UMStorageType>internal</UMStorageType>
|
||||||
<EEPackageType>rpm</EEPackageType>
|
<EEPackageType>rpm</EEPackageType>
|
||||||
<SystemLogConfigFile>unassigned</SystemLogConfigFile>
|
<SystemLogConfigFile>unassigned</SystemLogConfigFile>
|
||||||
<rpw>root</rpw>
|
<rpw>mariadb1</rpw>
|
||||||
<Cloud>unassigned</Cloud>
|
<Cloud>unassigned</Cloud>
|
||||||
<AmazonAccessKey>unassigned</AmazonAccessKey>
|
<AmazonAccessKey>unassigned</AmazonAccessKey>
|
||||||
<AmazonSecretKey>unassigned</AmazonSecretKey>
|
<AmazonSecretKey>unassigned</AmazonSecretKey>
|
||||||
|
|||||||
@@ -4475,7 +4475,7 @@ int ProcessManager::addModule(oam::DeviceNetworkList devicenetworklist, std::str
|
|||||||
}
|
}
|
||||||
catch(...)
|
catch(...)
|
||||||
{
|
{
|
||||||
rpw = "root";
|
rpw = "mariadb1";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rpw != oam::UnassignedName)
|
if (rpw != oam::UnassignedName)
|
||||||
|
|||||||
Reference in New Issue
Block a user