1
0
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:
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

@@ -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>

View File

@@ -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)