Hi,
OS: CentOS7
DB: MarianDB
Storage: InnoDB
I’ve used Percona Configuration Wizard to create my.cnf
I found the following optimization parameters on a few forums, but these are not there in optimization parameters create by Percona Configuration Wizard.
max_user_connections = 60
max_allowed_packet = 1M
max_connect_errors = 999999
table_cache = 1200 ## max user connections x number of JOINs your heaviest SQL query contains
Trying to understand why the above parameters were ignored.
Advice or pointers are appreciated.
Thanks!