mariadb를 실행하려고 명령어를 쳤는데
sudo systemctl start mariadb
mariadb.service: Main process exited, code=exited, status=1/FAILURE
mariadb.service: Failed with result 'exit-code'.
Failed to start MariaDB 10.6.12 database server.
오류가 발생했습니다.
이를 해결할 수 있는 방법을 알아봤는데 생각보다 간단한 방법이 있었습니다.
# 패키지를 재구성하고 패키지 자체의 설정을 변경
sudo dpkg-reconfigure mariadb-server-10.6
# 재시작
sudo systemctl restart mariadb
성공 : >
'Server > Linux' 카테고리의 다른 글
[Ubuntu] Linux Aws CloudWatch Memory 및 용량 확인 (0) | 2023.10.31 |
---|---|
[Ubuntu] Linux EC2 서버 시간 설정하기 (0) | 2023.10.31 |
[Ubuntu] Linux 외부 방화벽 설정하는 법 Firewalld (0) | 2023.10.23 |
[Ubuntu] Aws Cli 설치하는 법 (0) | 2023.10.23 |
[Aws Ubuntu] MariaDB 설치 + AWS EBS + 외부 접속 가능하도록 (0) | 2023.10.20 |