From d0d7d25ad729ad68988e09ae0724fd2152a24fd0 Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 8 Feb 2012 16:56:03 -0800 Subject: [PATCH] Bug 13529 - Multiple Management Servers: cloud-setup-databases script fails to execute status: 13529: resolved fixed reviewed-by:edison --- setup/bindir/cloud-setup-databases.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/setup/bindir/cloud-setup-databases.in b/setup/bindir/cloud-setup-databases.in index 2c64c44fd3a..39ab27cad76 100755 --- a/setup/bindir/cloud-setup-databases.in +++ b/setup/bindir/cloud-setup-databases.in @@ -332,16 +332,9 @@ for full help else: self.errorAndExit(e.__str__()) self.info(None, True) - def checkMysqlConnection(): - self.info("Testing mysql connection ...", None) - sql = "SELECT * from mysql.user limit 0" - self.runMysql(sql, 'test script', self.rootuser != None) - self.info(None, True) - checkCloudDbFiles() checkHostName() checkSELinux() - checkMysqlConnection() def parseOptions(self): def parseOtherOptions():