Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (30 loc) · 1 KB

Security.md

File metadata and controls

39 lines (30 loc) · 1 KB

MySQL Security

  • Networks Security
    • Firewall
    • authorized clients
    • root access
    • mysql_secure_installation
  • Operating System Security
    • Firewall
    • Network
    • Privilege
  • File Systems
    • MySQL programs
    • Database directories and files
    • Log, status, and configuration files
  • MySQL Security

User Management

  • 初始化root密码
    • MySQL 5.7安装后随机生成的root密码
grep 'temporary password' /var/log/mysqld.log

Reference