[MDEV-9882] Lack of config defaults in 10.1.13 Created: 2016-04-07 Updated: 2017-07-06 Resolved: 2016-04-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Colin Charles | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Install MariaDB Server 10.1.13 from the CentOS 7 repository. Look at /etc/my.cnf, which basically tells you: Now look at server.cnf - everything is commented out The only useful config file is enable_encryption.preset Contrast this with an install of MySQL 5.6 even... I know the useful files are now in /usr/share/mysql (e.g. my-huge.cnf, my-small.cnf, etc.) but there must be some kind of sensible out of the box default for people to use |
| Comments |
| Comment by Sergei Golubchik [ 2016-04-07 ] |
|
This is intentional. We set generally useful defaults in the server. Configuration files are for the end user to modify the defaults, not for us to set them. |