Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131
How do I set my MySQL logs to only show update transactions to the database? | Advanced Internet Technologies

This information can be found at //mysql.com/.  You would have to start mysql with the following command:

./mysqld –log-update &

Of course, file_name can be what name you wish it be. When running the mysqladmin flush-logs command, this will start a new log file incremented from the number you began file_name.### with.

Of course, the logging will begin in the new file after the logs are flushed and

keep in mind also that it is only recording logs when a database is updated.

This is smart logging because “it logs only statements that really update data.”