This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

eggdrop & mysql : Problems with fbsql

Help for those learning Tcl or writing their own scripts.
Post Reply
e
experts
Voice
Posts: 4
Joined: Mon Jun 18, 2007 3:47 am

eggdrop & mysql : Problems with fbsql

Post by experts »

Hi guys,

I am using fbsql to connect to a local database.
The way i use it is in the following manner:

I create a persistant connection on start and keep using it as the access is quite frequent.
However after a few hours to a day or so, i get the following error: "MySQL server has gone away"
Then i have to close the connection and restart it.
I was wondering if this is the problem with fbsql?

and is there a better tcl-mysql connector for high volume usage?

Thanks!
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

depending on os, mysqltcl is the best around i would say...

As for the error, it could be the mysql server closing the connection due to flood, max queries or something simular to that. Check your mysql settings to fix this issue...
r0t3n @ #r0t3n @ Quakenet
e
experts
Voice
Posts: 4
Joined: Mon Jun 18, 2007 3:47 am

Post by experts »

I see.
Alright i will try to switch the whole process to mysqltcl. Hope that helps.
Thanks for the help.
Post Reply