nijikokun / iConomy3

Please, if you fork iConomy only do so if you are really fixing or adding something useful!
7 stars 1 forks source link

MySQL timeout crash #17

Open Virtlink opened 13 years ago

Virtlink commented 13 years ago

When iConomy hasn't used the MySQL connection for a while, when it tries to use it again (on player login or plugin unload), I receive an exception which I can't reproduce right now. However, the exception states something along the lines of: "the connection has timed out, use autoreconnect to automatically reconnect."

However, using autoreconnect is not recommended, please see: http://bugs.mysql.com/bug.php?id=5020

http://stackoverflow.com/questions/667289/