Created FAMP server from scratch, but mysql_secure_installation is missing

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.
 
So I just created a brand new VM, did *not* point it to my poudriere server and installed just `pkg install mysql80-client mysql80-server` and still:

```
root@test:/home/test # mysql_secure_installation
mysql_secure_installation: Command not found.
```
 
Back
Top