ubccr / mokey

FreeIPA self-service account management portal
BSD 3-Clause "New" or "Revised" License
189 stars 45 forks source link

Use mysql_secure_installation #47

Closed gah242s closed 4 years ago

gah242s commented 4 years ago

Removed the recommendation to use 'mysqladmin' to set a root password, and instead use mysql_secure_installation. If you are installing MariaDB fresh, you want to remove the sample info and lock down the server. There's nothing in the basic install that benefits from having an unsecured install.

aebruno commented 4 years ago

Awesome, thanks.