Skip to content

Adding ping()

Latest
Compare
Choose a tag to compare
@RockfordWei RockfordWei released this 24 Jan 15:39
· 12 commits to master since this release

MySQL connection will go away when idle timeout. The ping() function
can confirm the connectivity and also reconnect if need.
https://dev.mysql.com/doc/refman/5.7/en/mysql-ping.html
Thanks @joecharlier.