Page 1 of 1

FAMP stack installation - mysql is missing a command

Posted: Sat Jan 22, 2022 11:19 am
by bsdtaro
Hi everyone!
I'm new to GhostBSD and I'm trying to install the FAMP stack for a NextCloud installation.
I saw several instructions on how to install and setup the FAMP stack, but an essential part is executing the following command:

Code: Select all

mysql_secure_installation
.
The version of MySQL I tried installing is mysql80-server and mysql80-client.

Am I missing some package or something?

Any help appreciated.

regards, BSDtaro

Re: FAMP stack installation - mysql is missing a command

Posted: Sat Jan 22, 2022 12:14 pm
by ericbsd
I am not familiar with MySQL 8.0.*. However, I do know that older versions of MySQL come with mysql_secure_installation.

I googled to see if mysql_secure_installation should be in 8.0, and it looks like it is in the documentation.

It is probably something to report to the port maintainer.

Re: FAMP stack installation - mysql is missing a command

Posted: Sat Jan 22, 2022 12:32 pm
by bsdtaro
Alright. I'll try that. Thank you!