0
0

More than 3 years have passed since last update.

Auroraのパラメータグループ確認方法

Posted at

・max_connection
パラメータグループに設定値が書いてあるが、計算式で書かれていたりするので実際の値は下記クエリで確認する

MySQL [(none)]> SHOW VARIABLES LIKE 'max_connections';
+-----------------+-------+
| Variable_name   | Value |
+-----------------+-------+
| max_connections | 2000  |
+-----------------+-------+

気になったものはどんどん追記していく

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0