centos7.4-8.0 mysql 설치에서 바이너리 파일을 열 수 없음

./mysqld --defaults-file=/etc/my.cnf --basedir=/usr/local/mysql/ --datadir=/data/mysql/ --user=mysql --initialize

데이터베이스를 초기화하는 중 다음과 같은 오류가 발생했습니다
-bash: ./mysqld: cannot execute binary file

해결 방법: sudo yum install libncurses*
나머지 시도 방법: yum install - y libaio

좋은 웹페이지 즐겨찾기