Bom dia !
Estou tendo uma dificuldade ao configurar o server no mysql e gostaria de uma ajuda.
Eu instalei o MYSQL8;0 na versão padrão e o Visual Studio 2017. Não configurei o server e abri o workbench , tudo normal.
No dia seguinte não consegui mais abrir o worbench e quando fui configurar o server ele dá um erro que o database não pode ser inicializado
Basicamente é esse janela aqui com o mysql.exe .
mysqld.exe error 0xc000007b
O log da configuração é esse aqui :
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
1 regra(s) exclu¡da(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.
Adding a Windows Firewall rule for MySQL80 on port 33060.
Attempting to add a Windows Firewall rule with command: netsh.exe advfirewall firewall add rule name=“Port 33060” protocol=TCP localport=33060 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.
Updating existing service
Existing service updated
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.12…
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 --lower-case-table-names=1…
Process for mysqld, with ID 2236, was run successfully and exited with code -1073741701.
Failed to start process for MySQL Server 8.0.12.
Database initialization failed.
Ended configuration step: Initializing Database
Estou usando o Windows 7 Profissional SP1.
Alguem poderia me ajudar ?
Obrigado.