Installing JPS onto an Ubuntu 18.04 VM.
I have found /etc/mysql/mysql.cnf but it only contains two include lines.
I added
innodb_buffer_pool_size=5500M
innodb_file_per_table=1
At the point mysql refused to start. Removing the lines allowed it to start again.
Suggestions?