Skip to content

Instantly share code, notes, and snippets.

@uhlhosting
Created March 6, 2016 08:49
Show Gist options
  • Save uhlhosting/d35f6794bc102cf58565 to your computer and use it in GitHub Desktop.
Save uhlhosting/d35f6794bc102cf58565 to your computer and use it in GitHub Desktop.
mysqld]
default-storage-engine=MyISAM
default-tmp-storage-engine=MyISAM
innodb=OFF
innodb_fast_shutdown=0
innodb_force_recovery = 1
myisam-recover-options = FORCE,BACKUP
# Slow query log #
slow_query_log = 1
slow_query_log_file = /var/log/mariadb/slow_query.log
log-queries-not-using-indexes = ON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment