문제:
Alibaba Cloud 원격 서버에 mysql 데이터베이스를 구축합니다. 설치 프롬프트는 다음과 같습니다.
FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db:Data::Dumper
(관련 학습 영상 공유: linux 영상 튜토리얼)
해결책:
설치 autoconf Library
먼저 명령을 실행하세요:
yum -y install autoconf
설치가 완료된 후 계속해서 다음과 같이 명령을 실행하여 mysql을 설치하세요:
./scripts/mysql_install_db --user=mysql
완료!
추천 관련 기사 및 튜토리얼: linux 튜토리얼
위 내용은 Linux 설치 mysql 프롬프트 초기화 실패의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!