Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.92 KB

mysql_tuning.md

File metadata and controls

33 lines (29 loc) · 1.92 KB

List mysql tuning information

document

有關 AWS RDS 的 monitor

有關 RDS parameter groups 的調整

$ show variables like "max_connections"; # 預設為 session level
$ show session variables like 'max_connections';
$ show global variables like 'max_connections';

目前有調整的參數

advance