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 stop MySQL from logging? | Advanced Internet Technologies

To stop MySQL logs, there are three things that need done.

  1. Edit the /usr/local/mysql/var/my.cnf file.
  2. Edit the /my.cnf file.
  3. Restart the MySQL server.

Items 1 and 2 above are the same task as the file formats are the same for both. To edit the my.cnf or .my.cnf files, edit the following line in notepad or vi.

The lines should look like this:

# Start logging

log

Make them look like this:

# Start logging

#log

Save the file and upload them back to the server. Remember step 3 above.