Mysql error

Discussion in 'Plugin Development' started by SzymonOwca, Sep 29, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    SzymonOwca

    Hi,

    I do a plugin who using mysql but sometimes this plugin not work
    (mysql disconnection I think ?) this is error displays in console when I use command:

    Code:
    Communications link failure
     
    No operations allowed after statement closed.
     
  2. Offline

    1Rogue

    You cannot act on a MySQL ResultSet or query after you close the connection. Pretty self-explanatory.
     
  3. Offline

    SzymonOwca

    Yes but I don't know why the statement closed...
     
Thread Status:
Not open for further replies.

Share This Page