This is a discussion on innodb and persistant connections within the PHP General forums, part of the PHP Programming Forums category; Hi there why is it that innodb is playing up with persistant connections i turned it off and it seems ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi there why is it that innodb is playing up with persistant connections i
turned it off and it seems fine for now , also sometimes mysql_query on innodb tables dont result true even though the query is fine, so therefore if ($this->query()) { do something } else { die error } sometimes dies an error with no mysql_error produced. :\ |