mariadb inodes

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
dougmccrary
Posts: 1378
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

mariadb inodes

Post by dougmccrary »

At https://wiki.zoneminder.com/Ubuntu_Serv ... der_1.36.x
sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf

Add the following in the [mysql] area:

innodb_file_per_table = ON
innodb_buffer_pool_size = 256M
innodb_log_file_size = 32M
there is no [mysql] there - only [mysqld]. Is it supposed to say [mysqld] ?
edit - so I see the file mentions innodb options, put the changes there. Didn't seem to break anything :|
Post Reply