To test the connection

103 views
Skip to first unread message

Николай Чп

unread,
Jun 10, 2016, 9:06:34 AM6/10/16
to PyMySQL Users
How to verify that the connection is not broken, and if it is broken try to connect again

Naoki INADA

unread,
Jun 13, 2016, 2:59:11 AM6/13/16
to PyMySQL Users
try:
    conn.ping()
except:
    conn.close()
    conn = connect(**)

Reply all
Reply to author
Forward
0 new messages