Python MySQLdb模块中的ping()
MySQLdb.connection.ping()函数可以用来检测在访问前检测数据库的连接是否存在使用help函数获得帮助信息如下:Checks whether or not the connection to the server isworking. If it has gone down, an automatic reconnection isattempted.