mySQL plugin connecting 3 times?
#1

In mysql_log:

Quote:

[16:21:28] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[16:21:28] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[16:21:28] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[16:21:28] [DEBUG] CMySQLConnection::Connect - connection was successful
[16:21:28] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[16:21:28] [DEBUG] CMySQLConnection::Connect - connection was successful
[16:21:28] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[16:21:28] [DEBUG] CMySQLConnection::Connect - connection was successful
[16:21:28] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled

But mysql_connect is only used once. Why does it seem to be connecting 3 times?
Reply
#2

Are you sure, you only calling it once and that the plugin is a good plugin and not faulty?

Also, go do some trial and error, by disabling everything mysql and running just the connect function and try that.
Reply
#3

Take a look at this post, it should answer your question.
Reply
#4

I see, thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)