If we do customers database configuration analysis we check on one side if the most important MariaDB server system variables (innodb_buffer_pool_size
, ...) are set appropriately but also if some MariaDB server system variables are configured completely wrong.
Fortunately MariaDB introduced in MariaDB 10.1 the INFORMATION_SCHEMA.SYSTEM_VARIABLES
view where you can find all the relevant information. But one!