universe icon indicating copy to clipboard operation
universe copied to clipboard

MySQL package should provide configuration options

Open utdrmac opened this issue 7 years ago • 0 comments

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.

utdrmac avatar May 16 '18 01:05 utdrmac