WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version #648
-
Recently, when the program restarts, it will issue: I install according to the requirements on the official website: I have found many solutions, one of which is rolled out libmysqlclient21=8.0.28-0ubuntu4. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
do you use |
Beta Was this translation helpful? Give feedback.
-
I think this problem will be solved soon. https://bugs.mysql.com/bug.php?id=112089 |
Beta Was this translation helpful? Give feedback.
do you use
db.ping(True)
ordb.ping(False
?