본문 바로가기

⭐ AWS/RDS

AWS 콘솔에서 AWS MySQL RDS 인스턴스의 기본 MySQL 파라미터 값을 확인하는 방법

How to see default MySQL parameter values of AWS MySQL RDS Instance ?

I checked AWS RDS Console and didn't find any default value ?

 

AWS MySQL RDS 인스턴스의 기본 MySQL 매개 변수 값을 확인하는 방법?

AWS RDS 콘솔을 확인하였고 기본 값을 찾지 못했는데?

 

 

Edit

on looking [here][2] it shows : ( So should I follow this documentation?) wait_timeout

Command-Line Format --wait-timeout=#
System Variable Name    wait_timeout
Variable Scope  Global, Session
Dynamic Variable    Yes
Permitted Values (Windows)  Type    integer
Default 28800
Min Value   1
Max Value   2147483
Permitted Values (Other)    Type    integer
Default 28800
Min Value   1
Max Value   31536000

 

답변

Default value of parameter depends on source fields.

  • System: Amazon RDS service.
  • EngineDefault: Source is the database engine;
  • User: Parameter value came from the user

Source of wail_time parameter is engine-default. So as you say, you can follow the mysql reference.

 

매개 변수의 기본 값은 원본 필드에 따라 다릅니다.

• 시스템 : 아마존 RDS 서비스.

• 엔진디폴트: 소스는 데이터베이스 엔진입니다.

• 사용자: 매개 변수 값은 사용자로부터 설정.

wail_time 매개 변수의 소스는 엔진 기본값입니다.

따라서 말하면 mysql 참조를 따를 수 있습니다.