Processing of inserts in MySQL

1

Is it possible to know if you insert them in MySQL after the connection is closed?

The PHP code has 800 rows, I know it will go through, as the last statement is successfully executed.

To follow I open phpMyAdmin and to F5 I see that the cliente table is being populated.

The total of insert that is sent is 500,000 records.

    
asked by anonymous 15.10.2014 / 15:38

1 answer

5

To list the process of a bank simply access it and do the query below.

SHOW PROCESSLIST

The list of active processes is displayed.

    
15.10.2014 / 16:13