@ -41,7 +41,7 @@ class EEMysql():
def dbConnection(self, db_name):
try:
connection = connections.Connection(db=db_name,
connection = pymysql.connect(db=db_name,
read_default_file='~/.my.cnf')
return connection
except DatabaseError as e: