Created attachment 216678 [details] Fixes files/mysql-server.in The rc script in files/mysql-server.in contains a typo that prevents it from starting the server. command tries to call /usr/local/bin/mariadb-safe, but the actual command should be /usr/local/bin/mariadbd-safe. This ONLY affects the 10.5 version of the port, as previous versions still use mysqld_safe instead.
Thank you! Will be submitting shortly.
Commit it, plz.
A commit references this bug: Author: brnrd Date: Sun Aug 2 19:42:20 UTC 2020 New revision: 543994 URL: https://svnweb.freebsd.org/changeset/ports/543994 Log: databases/mariadb105-server: Fix broken rc.d startup PR: 248186 Submitted by: Naram Qashat <cyberbotx cyberbotx com> Changes: head/databases/mariadb105-server/Makefile head/databases/mariadb105-server/files/mysql-server.in