FAMP stack installation - mysql is missing a command

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
bsdtaro
Posts: 2
Joined: Sat Jan 22, 2022 10:58 am

FAMP stack installation - mysql is missing a command

Post 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
Last edited by bsdtaro on Sat Jan 22, 2022 12:35 pm, edited 1 time in total.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: FAMP stack installation - mysql is missing a command

Post 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.
bsdtaro
Posts: 2
Joined: Sat Jan 22, 2022 10:58 am

Re: FAMP stack installation - mysql is missing a command

Post by bsdtaro »

Alright. I'll try that. Thank you!
Post Reply