# # BonFIRE Virtual Clusters on Federated Clouds Demonstration Kit # # Copyright (c) Fundacion Centro Tecnologico de Supercomputacion de Galicia 2012 # # License GPL Version 3 # # The research leading to these results has received funding from # the European Community's Seventh Frameqork Programme (FP7/2007-2013) # under agreement number 257386 # # This software is provided with ABSOLUTELY NO WARRANTY # ''' Created on 24/04/2012 @author: R. Valin ''' import _mysql as sql db=sql.connect('193.144.44.188', 'raul', 'cesga12', 'clusters', 3306) sql.get_client_info()