Comments - MariaDB won't start after reboot, Ubuntu 20.04.6, exit status 127

9 months ago Daniel Black

I found the same question on https://askubuntu.com/questions/1134530/how-can-i-configure-apparmor-to-allow-mariadb-load-a-shared-library/1492828#1492828 and gave it an answer.

Used the following as the syntax to allow mysqld to read and mmap the file (which is what shared libraries do)

/usr/lib/x86_64-linux-gnu/liblz4.so* rm,
 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.