MySQL 접속 에러 error while loading shared libraries: libssl.so.1.1 / libcrypto.so.1.1
DB Troubleshooting/MySQL 2022. 8. 26. 14:36
MySQL 접속 시 에러 발생
mysql: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
mysql: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
수정 방법
/user/lib64/ 폴더에, 아래 라이브러리 복사 후 mysql 계정으로 소유권 변경
-rwxr-xr-x 1 mysql mysql 657635 Dec 9 2019 libssl.so.1.1 -rwxr-xr-x 1 mysql mysql 3056988 Aug 26 01:21 libcrypto.so.1.1 |