there is no [mysql] there - only [mysqld]. Is it supposed to say [mysqld] ?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
edit - so I see the file mentions innodb options, put the changes there. Didn't seem to break anything
