snippetbashTip
mysql_secure_installation — Set up MySQL to have better security. More information: <https://dev.mysql.com/doc/refman/en/mysql-s
Viewed 0 times
bettercommandsecuritymysql_secure_installationclimysqlsethave
Problem
How to use the
mysql_secure_installation command: Set up MySQL to have better security. More information: <https://dev.mysql.com/doc/refman/en/mysql-secure-installation.html>.Solution
mysql_secure_installation — Set up MySQL to have better security. More information: <https://dev.mysql.com/doc/refman/en/mysql-secure-installation.html>.Start an interactive setup:
mysql_secure_installationUse specific host and port:
mysql_secure_installation --host {{host}} --port {{port}}Display help:
mysql_secure_installation --helpCode Snippets
Start an interactive setup
mysql_secure_installationUse specific host and port
mysql_secure_installation --host {{host}} --port {{port}}Display help
mysql_secure_installation --helpContext
tldr-pages: common/mysql_secure_installation
Revisions (0)
No revisions yet.