From c94dc3bdca3a0b2f0702b55179cdb2df16559347 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:44:03 +0300 Subject: [PATCH] mysql_secure_installation: add page (#13710) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec --- pages/common/mysql_secure_installation.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/mysql_secure_installation.md 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`