diff -r c1dcb5aef4b4 -r fddb0fd11321 hercule.py --- a/hercule.py Thu Jul 16 13:53:33 2009 +0200 +++ b/hercule.py Fri Jul 17 08:17:39 2009 +0200 @@ -106,7 +106,7 @@ password = getpass('password: ') if self.cnx is not None: self.cnx.close() - self.cnx = connect(user=user, password=password, host=host, + self.cnx = connect(login=user, password=password, host=host, database=application) self.schema = self.cnx.get_schema() self.cursor = self.cnx.cursor()