MySQL 8 데이터 베이스 연결 시 TroubleShooting
Mysql 8 DB 연결 시 "this mysql instance is not properly configured. please follow the documentation for mysql 8 setup." 오류 발생
Mysql에서 SSL 접속이 기본값으로 설정되어 있어서 Jira 에서 접속이 되지 않음.
해당 기능 끄고 접속 확인
"jira communications link failure the last packet sent successfully to the server was 0 milliseconds ago. the driver has not received any packets from the server." 오류 발생
/etc/mysql/my.cnf 파일에 아래 내용 추가
#JIRA
default-storage-engine=INNODB
character_set_server=utf8mb4
innodb_default_row_format=DYNAMIC
innodb_log_file_size=2G
sql_mode = NO_AUTO_VALUE_ON_ZERO