Problems setting up MySQL on Windows

1

The MySQL Installer application is failing in the configuration part, exactly at the time it creates the service, does anyone know the reason for this problem? Note: I am connected to a local user and administrator.

The result of the log is:

  

Beginning configuration step: Adjusting Windows service [if necessary]   Attempting to grant Network Service requires filesystem permissions.   This access control list is not in canonical form and therefore can not be modified.   This access control list is not in canonical form and therefore can not be modified.   Ended configuration step: Adjusting Windows service [if necessary]

    
asked by anonymous 16.06.2017 / 22:07

1 answer

0

This may help you:

Install Mysql -installer-web-community-5.6.23.0.msi

select with MySQL servers 5.6.22 - X64 and MySQL Connectors - > ODBC Connector / 5.3.4 - 64

Execute - (ready to configure) - > Next

Config type: Development machine, all default (TCP / IP, Port: 3306, Open firewall)

Type in MySQL Root Password

MySQL user Accounts - > Add user (username, password, OK) - > Next

Configure MySQL Server as a Windows Service (MARKED)

Windows Service Name: MySQL56 (default)

start mysql server next to windows

Run the service as .. Standard System Account (MARKED)

Next - > To do this, you should see the dialog box that should be hidden by the other windows "Configuration of MySQL Server is taking longer than expected ..., here click OK.

    
06.10.2017 / 23:12