universe
universe copied to clipboard
MySQL package should provide configuration options
Right now, for mysql 5.7, there is no way to change my.cnf parameters when deploying. This causes mysql to use all defaults, which, least of all, is a 10MB innodb buffer pool.
Please add some common configuration parameters to the deployment service options.
Top contenders: innodb_buffer_pool_size innodb_log_file_size query_cache_type (OFF/ON) query_cache_size (limit to max of 1GB)
If not the above, then please move the /etc/mysql/ directory to a location that can be persisted so that edits to the configuration files can be maintained.