mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
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>
This commit is contained in:
parent
5dd239e32d
commit
c94dc3bdca
1 changed files with 16 additions and 0 deletions
16
pages/common/mysql_secure_installation.md
Normal file
16
pages/common/mysql_secure_installation.md
Normal 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`
|
Loading…
Add table
Reference in a new issue