Disable btrfs COW for mariadb
According to the official docs, mysqld does not like being on a COW FS. Either in the package we should:
chattr +C /var/lib/mysql
Or apply the solution we have for postgresql, with a btrfs subvolume?
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
According to the official docs, mysqld does not like being on a COW FS. Either in the package we should:
chattr +C /var/lib/mysql
Or apply the solution we have for postgresql, with a btrfs subvolume?