Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

You will only need to do this if you are using MySQL, as other databases already default to "READ-COMMITTED".

 Run following queries in MySQL.

SET GLOBAL tx_isolation='READ-COMMITTED';
SET SESSION tx_isolation='READ-COMMITTED';

...