1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/mysql_secure_installation.md
Managor 320d209c78
*: fix style guide issues part 2 (#15777)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-07 13:45:30 +02:00

16 lines
364 B
Markdown

# 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`