The configuration community:
flush
Information
If ON the server flushes (synchronizes) all changes to disk after each SQL statement. Normally MySQL does a write of all changes to disk only after each SQL statement and lets the operating system handle the synchronizing to disk. This variable is set to ON if you start mysqld with the --flush option. This variable was added in MySQL 3.22.9.
Syntax
Example



