mysql_secure_installation: add page (#13710)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
pull/28/head
Managor 2024-09-16 13:44:03 +03:00 committed by GitHub
parent 5dd239e32d
commit c94dc3bdca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# 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_installation`
- Use specific host and port:
`mysql_secure_installation --host={{host}} --port={{port}}`
- Display help:
`mysql_secure_installation --help`