mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 00:58:48 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/mysql_secure_installation
Normal file
21
tldr/mysql_secure_installation
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user