So far, I have most of them corrected, except for the collation_server. It is set at latin1_swedish_ci and if I change this to the following (/etc/mysql/conf.d/mysql.cnf )
Code: Select all
[mysqld]
collation_server = utf8mb4_unicode_ci
innodb_file_per_table=ON
innodb_doublewrite=OFF
innodb_flush_log_at_timeout=3
innodb_read_io_threads=32
innodb_write_io_threads=16
innodb_buffer_pool_instances=2
innodb_io_capacity = 5000
innodb_io_capacity_max=10000
collation_server = utf8mb4_unicode_ci line and restart the mysql service with
Code: Select all
sudo service mysql restart
systemctl status mysql.service
mysql.service: Control process exited, code=exited, status=1/F
I'm not sure how to get this updated to collation_server = utf8mb4_unicode_ci