Following my notes that worked previously, I installed:
pkg install mysql80-client mysql80-server
then tried to run:
mysql_secure_installation
but it fails with "Command not found". Indeed I find nothing with:
find / -iname mysql_secure_installation
Yet there's a man page for mysql_secure_installation!
I use my own poudriere server, so thought maybe some option in the port changed where mysql_secure_installation is not added by default, but I can find nothing.
Anyone know why it might be missing!?
Thanks.
pkg install mysql80-client mysql80-server
then tried to run:
mysql_secure_installation
but it fails with "Command not found". Indeed I find nothing with:
find / -iname mysql_secure_installation
Yet there's a man page for mysql_secure_installation!
I use my own poudriere server, so thought maybe some option in the port changed where mysql_secure_installation is not added by default, but I can find nothing.
Anyone know why it might be missing!?
Thanks.