Created attachment 251779 [details] mysql84-server.diff Hi, after `pkg install mysql84-server`, `service mysql-server start` failed to start the server. In the log I see mysqld: Can't create/write to file '/var/db/mysql_tmpdir/ibe7JpUJ' (OS errno 13 - Permission denied) And I see `/var/db/mysql_tmpdir` owned by root, instead of mysql user. Looks like the reason is pkg-plist, which has @dir %%ETCDIR%%/keyring @dir %%MY_SECDIR%% @dir %%MY_TMPDIR%% instead of @dir(mysql,mysql,0750) %%ETCDIR%%/keyring @dir(mysql,mysql,0750) %%MY_SECDIR%% @dir(mysql,mysql,0750) %%MY_TMPDIR%% like `databases/mysql80-server` has. It's the same problem, like in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277598
I just ran into this as well, attempting to upgrade to mysql84-* from mysql80-*.
Thank you for the report. Already handling in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280456, will be fine once merged *** This bug has been marked as a duplicate of bug 280456 ***