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 참조를 따를 수 있습니다.
'⭐ AWS > RDS' 카테고리의 다른 글
Postgre RDS 생성하기 (0) | 2022.09.13 |
---|---|
AWS RDS를 DBMS로 연동하여 활용하기 (0) | 2021.04.11 |
AWS RDS 타입 및 용량변경 (0) | 2021.03.22 |
데이터베이스(my-sql) timeout 설정하기 (0) | 2021.01.13 |
AWS - Ubuntu 서버에 MySQL 연동하기 (0) | 2020.11.01 |