mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:42:07 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
16 lines
364 B
Markdown
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`
|