Find mysql config setting for the snap image

Hi can anyone help me to find the mysql setting files in the snap install of NEXTCLOUD

Hi aquanuna.

The configuration for the snap packages is read-only. You can find it at /snap/nextcloud/current/my.conf.
Here is the configuration file for all snap installations on GitHub: https://github.com/nextcloud-snap/nextcloud-snap/blob/master/src/mysql/my.cnf

It does not contain the variable you probably are searching for: read_rnd_buffer_size
According to the documentation, the default value for read_rnd_buffer_size is 262144 bytes. I’m not very fimilar with mysql configuration but looks like this value is not exactly what you want.

If you want to suggest a different value or there is something else you want to suggest, feel free to open an issue here: Issues · nextcloud-snap/nextcloud-snap · GitHub :slight_smile: