stenen Voice
Joined: 27 Apr 2007 Posts: 7
|
Posted: Thu Aug 16, 2007 4:22 pm Post subject: mysqlclose doesnt work |
|
|
I'm having problems with mysqlclose, and it's resulting in a lot of users not "logging off" mysql.
set g [mysqlconnect -host localhost -user user -password pass -db db]
mysqluse $g db
mysqlclose $g
that piece of code should do it right?
anyhow, the users that dont log off is running the command "sleep", and it becomes quite a list in the end, which results in "Too many connection" in the db |
|