summaryrefslogtreecommitdiffstats
path: root/roles/common-SQL/files/etc/mysql/my.cnf
Commit message (Collapse)AuthorAgeFiles
* Refactor SQL custom configuration.Guilhem Moulin2020-11-021
| | | | As of MariaDB 10.3 this should be more future proof.
* Use MariaDB as default MySQL flavor.Guilhem Moulin2017-07-291
|
* MySQL: Use a single InnoDB file per table.Guilhem Moulin2017-06-151
|
* MySQL: set flush InnoDB flush method to 'O_DIRECT'Guilhem Moulin2016-05-121
|
* Use full name rather than prefix for MySQL option 'key_buffer_size'.Guilhem Moulin2015-07-191
| | | | | | [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
* Load relevant MySQL authplugins.Guilhem Moulin2015-06-071
Also, turn off all TCP/IP listener ports.