[Phplib-trackers] [ phplib-Bugs-548716 ] Lost Connection to MySql
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2002-04-29 22:50:25
|
Bugs item #548716, was opened at 2002-04-26 03:54 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=548716&group_id=31885 Category: DB_SQL Group: None >Status: Deleted >Resolution: Invalid Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Richard Archer (richardarcher) Summary: Lost Connection to MySql Initial Comment: Well, I get the MySQL Error: 2013 (Lost connection to MySQL server during query) when I am using DB_Sql functions. It happen not always but I guess its caused beucase I am using multiple queries in different tables with the same database connection in the same page. Of course, not at the same time. I tried to set up Auto_Free true and to I don't know why this shit happens. I think its not a problem of MySql configs, because I have codes without DB classes that works, if any of you know about this problem, anything that can help me BITTE! []s ---------------------------------------------------------------------- >Comment By: Richard Archer (richardarcher) Date: 2002-04-30 08:50 Message: Logged In: YES user_id=279311 this was re-posted to the support forum. ---------------------------------------------------------------------- Comment By: Richard Archer (richardarcher) Date: 2002-04-28 15:28 Message: Logged In: YES user_id=279311 I have never heard of this happening before. All PHPLIB does is call the underlying PHP functions to access the database. No reason why PHPLIB should fail if accessing them directly works. Are you seeing anything in the MySQL logs? I suspect your database setup may not be as robust as you think it is. p.s. this is the wrong forum for support queries. Please use the mailing list. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=548716&group_id=31885 |