mariadb를 설치할 때 왜 이 오류가 발생합니까?

mariadb를 설치할 때 왜 이 오류가 발생합니까?

따라해보려고 해요이 기사그리고 systemctl start mariadb.service나에게 줘

Job for mariadb.service failed because the control process exited with error code.
See "systemctl status mariadb.service" and "journalctl -xeu mariadb.service" for details.

journalctl -xeu mariadb.service나에게주세요

░░ Support: https://access.redhat.com/support
░░
░░ An ExecStart= process belonging to unit mariadb.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 1.
Jul 18 09:29:53 centos-4gb-fsn1-2 systemd[1]: mariadb.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://access.redhat.com/support
░░
░░ The unit mariadb.service has entered the 'failed' state with result 'exit-code'.
Jul 18 09:29:53 centos-4gb-fsn1-2 systemd[1]: Failed to start MariaDB 11.0.2 database server.
░░ Subject: A start job for unit mariadb.service has failed
░░ Defined-By: systemd
░░ Support: https://access.redhat.com/support
░░
░░ A start job for unit mariadb.service has finished with a failure.
░░
░░ The job identifier is 2466 and the job result is failed.

내가 뭘 잘못했거나 놓쳤나요?

답변1

결국 mariadb를 설치하려고 할 때마다 같은 일이 발생했기 때문에 mariadb를 제거하고 mysql을 설치하게 되었습니다.

관련 정보