[Bug 261521] mysql80-server does not install /usr/local/bin/mysql_secure_installation

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 27 Jan 2022 18:10:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261521

            Bug ID: 261521
           Summary: mysql80-server does not install
                    /usr/local/bin/mysql_secure_installation
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: sean@rogue-research.com

Repro steps:

- create a fresh FreeBSD 13 VM
- do basic installation
- create VM snapshot
- pkg install mysql57-client mysql57-server
- run:

root@test:/home/test #  find / -iname mysql_secure_installation
/usr/local/bin/mysql_secure_installation

mysql_secure_installation exists as expected.

- rollback the VM to the snapshot
- pkg install mysql80-client mysql80-server
- search for mysql_secure_installation again
- mysql_secure_installation is NOT present, but interestingly the man page
exists

This used to work.  I have running mysql_secure_installation in my FAMP setup
notes, and now that I'm creating a new server I found this issue.

See also:
https://forums.freebsd.org/threads/created-famp-server-from-scratch-but-mysql_secure_installation-is-missing.83867/

-- 
You are receiving this mail because:
You are the assignee for the bug.