Re: Some MySQL Concerns

2010-10-04 Thread Johan De Meersman
On Mon, Oct 4, 2010 at 3:03 AM, monloi perez wrote: > 1) While inserting and connection lost, what will happen? Is the query > going to be there forever? > No. Depending on the timing of the connection loss, the statement may complete or be rolled back. it will not just hang there. Transact

Some MySQL Concerns

2010-10-03 Thread monloi perez
All, Sorry if this is the wrong mailing list to post yet please help me out or redirect me to the right one. Here are some concerns we PHP Developers have over our MySQL Database. 1) While inserting and connection lost, what will happen? Is the query going to be there forever? 2) The