--- ea/db.py 2012/08/30 12:48:07 9 +++ ea/db.py 2012/08/31 10:40:38 10 @@ -1,25 +1,25 @@ -# -# 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() - +# +# 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 Framework 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() +