Ubuntu 20.04에 MySQL 5.7을 설치해야 합니다. 이렇게 했습니다.여기. 이 작업을 수행하기 전에 apt purge mysql-client mysql-server
시스템에서 8.0.X 버전을 제거했습니다.
그런데 설치할 때 apt install mysql-community-server=5.7.35-1ubuntu18.04
다음과 같은 오류가 발생합니다.
-- Automatic restarting of the unit mysql.service has been scheduled, as the
result for
-- the configured Restart= setting for the unit.
Okt 16 13:17:11 walter-CLS systemd[1]: Stopped MySQL Community Server.
-- Subject: A stop job for unit mysql.service has finished
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A stop job for unit mysql.service has finished.
--
-- The job identifier is 12725 and the job result is done.
Okt 16 13:17:11 walter-CLS systemd[1]: mysql.service: Start request repeated too quickly.
Okt 16 13:17:11 walter-CLS systemd[1]: mysql.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- The unit mysql.service has entered the 'failed' state with result 'exit-code'.
Okt 16 13:17:11 walter-CLS systemd[1]: Failed to start MySQL Community Server.
-- Subject: A start job for unit mysql.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit mysql.service has finished with a failure.
이 문제를 해결하기 위해 내가 무엇을 할 수 있는지 아는 사람이 있나요?
편집: 20.04 Ubuntu에서 MySQL 5.7을 사용하는 이유는 이전 시스템이 Bionic 18.04이고 Typo3 {7.6.2]가 있고 Ubuntu 20.04의 MySQL 8.0.X가 아닌 MySQL 5.7에서만 작동하기 때문입니다. 현재 20.04 시스템에서 MySQL 5.7을 실행 중인 경우 MYSQL 8.0.X와 호환되도록 새 PC에서 Typo 7.6.20 MySQL-DB를 업그레이드하는 방법을 알고 싶습니다. Typo3
호환성 목록은 다음과 같습니다.Typo3_vs_MySQL?
감사해요
답변1
그 이유는 오래된 MYSQL DB(8.0)를 사용하고 있기 때문입니다 /var/lib/mysql
. 삭제한 후에는 할 수 있었습니다.