RDS 8

[ MYSQL ] RDS maria db client connection

RDMS Tool 이 아닌 터미널에서 RDS 인스턴스에 직접 접속하고 싶은 경우https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToInstance.html Connecting to a DB instance running the MySQL database engine - Amazon Relational Database ServiceConnecting to a DB instance running the MySQL database engine Before you can connect to a DB instance running the MySQL database engine, you must create a DB instance. For i..

DB/MYSQL HEON.D 2024.06.05

[ AWS ] RDS 인증서 갱신

https://docs.aws.amazon.com/ko_kr/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html SSL/TLS를 사용하여 DB 인스턴스에 대한 연결 암호화 - Amazon Relational Database Service 이 페이지에 작업이 필요하다는 점을 알려 주셔서 감사합니다. 실망시켜 드려 죄송합니다. 잠깐 시간을 내어 설명서를 향상시킬 수 있는 방법에 대해 말씀해 주십시오. docs.aws.amazon.com 인증 기관(CA)설명 rds-ca-2019 DB 인스턴스 서버 인증서에 RSA 2048 프라이빗 키 알고리즘과 SHA256 서명 알고리즘을 갖춘 인증 기관을 사용합니다. 이 CA는 2024년에 만료되며 자동 서버 인증서 교체를 지원하지 않습..

BE/AWS HEON.D 2023.09.18

[ AWS ] RDS parameter utf8mb4

character_set_client : utf8mb4 character_set_connection : utf8mb4 character_set_database : utf8mb4 character_set_results : utf8mb4 character_set_server : utf8mb4 collation_connection : utf8mb4_unicode_ci collation_server : utf8mb4_unicode_ci https://evst.tistory.com/22 AWS RDS(Mysql)에서 emoji 관련 설정하기 기본으로 설정된 utf8 charset에서는 4바이트로 표현 가능한 Emoji를 저장할 수 없다. 그래서 데이터베이스의 Charset을 utf8mb4로 변경해야 하는데, 1...

BE/AWS HEON.D 2023.09.06

[ AWS ] [Warning] Aborted connection xxx to db: '<database name>' user: '<user name>' host: '<host IP>' (Got an error reading communication packets)

[Warning] Aborted connection xxx to db: '' user: '' host: '' (Got an error reading communication packets) https://repost.aws/knowledge-center/rds-mysql-communication-packet-error Resolve the communication packets error in Amazon RDS for MySQL I received a "Got an error reading communication packets" error. I want to resolve this error in an Amazon Relational Database Service (Amazon RDS) for MyS..

Team/난감했던 이슈들 HEON.D 2023.08.30