3 대의 컴퓨터에 Windows 10에 MySQL 최신 버전을 설치하려고했지만 구성 중에 모두 오류가 발생했습니다. 이 더블 클릭 후 MySQL 아이콘은 "MySQL-js"프롬프트가 표시된 검은 색 창 (명령 행)으로 이어집니다. 또는 MySQL 기본 항목을 응용 프로그램 아래에 클릭하여 열리는 옵션에서 "명령 줄 클라이언트"항목을 클릭하면 , 검은 창 (cmd ??)이 초 단위로 열리고 아무 것도 읽을 수 없기 전에 사라집니다!
아래는 설치가 중단되는 지점 인 대화 상자와 마지막 PC에서 시도한 로그 파일의 복사본입니다.
Beginning configuration step: Writing configuration file
Ended configuration step: Writing configuration file
Beginning configuration step: Updating Windows Firewall rules
Attempting to delete a Windows Firewall rule with command: netsh.exe advfirewall firewall delete rule name="Port 3306" protocol=TCP localport=3306
Deleted 1 rule(s).
Ok.
Adding a Windows Firewall rule for MySQL80 on port 3306.
Attempting to add a Windows Firewall rule with command: netsh.exe advfirewall firewall add rule name="Port 3306" protocol=TCP localport=3306 dir=in action=allow
Ok.
Successfully added the Windows Firewall rule.
Ended configuration step: Updating Windows Firewall rules
Beginning configuration step: Adjusting Windows service
Attempting to grant Network Service require filesystem permissions.
Granted permissions.
Adding new service
New service added
Ended configuration step: Adjusting Windows service
Beginning configuration step: Initializing Database
Attempting to run MySQL Server with --initialize-insecure option...
Starting process for MySQL Server 8.0.11...
Starting process with command: C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 8.0\my.ini" --console --initialize-insecure=on...
2019-01-17T21:00:17.450875Z 0 [ERROR] [MY-011071] [Server] Unknown suffix '.' used for variable 'lower_case_table_names' (value '0.0')
2019-01-17T21:00:17.450926Z 0 [ERROR] [MY-011071] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe: Error while setting value '0.0' to 'lower_case_table_names'
2019-01-17T21:00:17.451367Z 0 [ERROR] [MY-010119] [Server] Aborting
2019-01-17T21:00:17.451477Z 0 [Note] [MY-010120] [Server] Binlog end
Process for mysqld, with ID 9456, was run successfully and exited with code 1.
Failed to start process for MySQL Server 8.0.11.
Database initialization failed.
Ended configuration step: Initializing Database
