ansible-role-mysql
ansible-role-mysql copied to clipboard
best way to use mysql installation default settings
hey,
what's the best way to work with the defaults that come with the distribution mysql config, you set some defaults in your configs. How would i clear them, use the default variables from the OS/distri and only set variables i want to run customized in the yaml files?
let's say i only want to define innodb_buffer_pool_size and for all the others i want to use the defaults, not the ones you defined in your repo.
thanks in advance.
great work you are doing!!