Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

MySQL package should provide configuration options #1844

@utdrmac

Description

@utdrmac

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions