7 Nov
2015
7 Nov
'15
10:27 p.m.
Am 07.11.2015 um 21:19 schrieb joao@7lan.net:
I saved the old configuration and I have this:
[mysqld] open_files_limit = 24000
This new server have the default open_files_limit config.
MariaDB [(none)]> show global variables like 'open%'; +------------------+-------+ | Variable_name | Value | +------------------+-------+ | open_files_limit | 1024 | +------------------+-------+ 1 row in set (0.01 sec)
why in the world do you start with a default config and after that wonder when something breaks? the last time i wrote a my.cnf from scratch was 2003