progression mysql

19/05/2023
SHOW ENGINE INNODB STATUS

SELECT trx_id, trx_state, trx_started, trx_rows_locked, trx_rows_modified FROM information_schema.innodb_trx

Raccourcis