MySQL Forums
Forum List  »  Install & Repo

MYSQL server don't initialize
Posted by: Vilin Vilin
Date: October 13, 2018 08:30AM

Hi!

I have a problem when configuration mysql server and open mysql workbench.

The worbench simply dont open and no window with error appears.

When i go to configure the mysql server a error apppears :

mysqld.exe error 0xc000007b and it can't configure.


That's the log:

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 3307.
Attempting to add a Windows Firewall rule with command: netsh.exe advfirewall firewall add rule name="Port 3307" protocol=TCP localport=3307 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 2468, 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


I'm using windows 7 professional sp1.

Can someone help me ?

Options: ReplyQuote


Subject
Written By
Posted
MYSQL server don't initialize
October 13, 2018 08:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.