반응형 MySQL18 EC2에서 Mariadb 설치하기 DB 설치 yum 패키지를 이용하여 mariadb를 설치한다. yum 최신 update $ sudo yum update db install $ sudo yum install mariadb-server $ sudo yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: d36uatko69830t.cloudfront.net ... 생략 Replaced: iwl7265-firmware.noarch 0:22.0.7.0-72.el7 Complete! $ $ sudo yum install mariadb-server Loaded plugins: fastestmirror Loading mirror speeds .. 2020. 12. 14. mysql/mariadb Aborted connection 에러 mysql 서버를 운영하면서 에러로그 파일을 보니 정기적으로 아래와 같은 에러가 발생하고 있었다. Aborted connection[Note] Aborted connection 72 to db: 'job' user: 'user' host: 'localhost' (Got an error reading communication packets) 에러 로그가 쌓이는 경로는 아래와 같이 확인할 수 있다. mysql> show variables like 'log_error'; +---------------+---------------------+ | Variable_name | Value | +---------------+---------------------+ | log_error | /var/log/mysqld.. 2020. 12. 14. 이전 1 2 3 4 5 다음 반응형