diff --git a/pages/common/mysql_secure_installation.md b/pages/common/mysql_secure_installation.md new file mode 100644 index 000000000..ea241b2cb --- /dev/null +++ b/pages/common/mysql_secure_installation.md @@ -0,0 +1,16 @@ +# mysql_secure_installation + +> Set up MySQL to have better security. +> More information: . + +- Start an interactive setup: + +`mysql_secure_installation` + +- Use specific host and port: + +`mysql_secure_installation --host={{host}} --port={{port}}` + +- Display help: + +`mysql_secure_installation --help`