[ERROR] [MY-000068] [Server] unknown option '---'.
[ERROR] [MY-010119] [Server] Aborting
--initialize 옵션 실행 시
MySQL 설치 시 위와 같은 에러가 발생하면서 서버가 올라오지 않는다면
configuration 파일에 - 가 없는지 확인해야 한다.
8.0.30 버전 이후로 --initialize 시 --user 옵션은 제외 하고 아래와 같이 사용
./mysqld --defaults-file={{cnf_file_path}} --basedir={{ mysql_base_path }} --datadir={{ mysql_data_path }} --explicit_defaults_for_timestamp --initialize
'Database > MySQL, MariaDB' 카테고리의 다른 글
MariaDB 버전에 따른 mysql DB 스키마 관련 오류 ([Error] Query caused different errors on mast (0) | 2023.03.06 |
---|---|
MySQL Group Replication (0) | 2022.09.17 |
MySQL Group Replication 설정 순서 (0) | 2022.09.04 |
ProxySQL 2.3 - 향상된 Group 복제 운영 방식 (0) | 2022.09.04 |
MySQL HA (Orchestrator, ProxySQL, Consul) (0) | 2022.09.03 |