I'm using MariaDB 10.3.9.
I am troubled because the setting value of table_open_cache in /etc/my.cnf is not setted.
I'm enter the mysql with "mysql -uadmin -p`cat /etc/psa/.psa.shadow`". If I run it with "set global table_open_cache = XXX;" the setting will be setted.
I check the value of that...