Error! MariaDB is not running on your system - database list could not be retrieved

Ilia, why MySQL didn’t recognize the innodb_buffer_pool_chunk_size variable?

220601 20:12:24 [ERROR] /usr/libexec/mysqld: unknown variable 'innodb_buffer_pool_chunk_size=64M'
220601 20:12:24 [ERROR] Aborting
220601 20:12:24  InnoDB: Starting shutdown...
220601 20:12:28  InnoDB: Shutdown completed; log sequence number 389100851
220601 20:12:28 [Note] /usr/libexec/mysqld: Shutdown complete

Where do you put that directive under [mysqld] section (correct) or under [mysql] (incorrect)?

Although, I think MariaDB 5.5 doesn’t yet support it. If so, just don’t use it.

The innodb_buffer_pool_chunk_size variable I put under [mysqld] . I have
MariaDB 5.5.68.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.