Beispiel #1
0
 def export_getDatabases(self, mysqlPassword=None):
     """ Get the list of installed databases
 """
     if mysqlPassword:
         gComponentInstaller.setMySQLPasswords(mysqlPassword)
     return gComponentInstaller.getDatabases()
Beispiel #2
0
 def export_getDatabases( self, mysqlPassword = None ):
   """ Get the list of installed databases
   """
   if mysqlPassword :
     gComponentInstaller.setMySQLPasswords( mysqlPassword )
   return gComponentInstaller.getDatabases()