Hi I am using MySQLdb. I want to know how can I check whether a connection is open or not.If it is open I want to use the existing connection else create a new connection by db=MySQLdb.connection(.........)