mysql_secure_Installation is missing in my mysql installation

1

I'm following this guide with my new Linux AMI on EC2.

After installing mysql:

yum install mysql-server

And running it:

service mysqld start

I tried running:

mysql_secure_Installation

But got:

mysql_secure_Installation: command not found

Guy

Posted 2014-03-01T12:24:02.833

Reputation: 143

Answers

3

Try:

mysql_secure_installation

canadmos

Posted 2014-03-01T12:24:02.833

Reputation: 442

Tell me about it. I did mysql-secure-installation and wasted like half hour why the command wasn't working. – vin – 2018-05-22T13:49:04.497

1mmm... how embarrassing... – Guy – 2014-03-01T13:19:40.057