I've continued to have issues with my db crashing and could use some help modifying the files.
After a week of the VPS running, here are the recommendations given by mysqltuner. . .
General recommendations:
Reduce your overall MySQL memory footprint for system stability
Configure your accounts with ip or subnets only, then update your configurat ion with skip-name-resolve=ON
Performance schema should be activated for better diagnostics
Be careful, increasing innodb_log_file_size / innodb_log_files_in_group mean s higher crash recovery mean time
Variables to adjust:
skip-name-resolve=ON
table_definition_cache (400) > 573 or -1 (autosizing if supported)
performance_schema=ON
innodb_log_file_size should be (=143M) if possible, so InnoDB total log file size equals 25% of buffer pool size.
innodb_log_buffer_size (> 143M)
I could use some help finding which file needs to be edited, and what needs to be changed within that file.
I'm just not familiar with mysqltuner (or mariadb within wordops) and would greatly appreciate some guidance