mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
320d209c78
Co-authored-by: Darío Hereñú <magallania@gmail.com>
364 B
364 B
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