PHP: mysqli::begin_transaction – Manual
MySQL 5.6 introduces READ ONLY mode which applies optimizations to your transactions that can only be applied when it knows in advance that no table modifications will be made and that no locks will be issued.The default access mode is READ WRITE in all versions up to and including MySQL 5.6. Starting in MySQL 5.7,…
PHP: mysqli::begin_transaction – Manual Read More »