Mysql integration installation failed. The following error has been reported. Please help me to see what to do.

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

there are no rules that match the specified criteria.

An error occurred running netsh.exe delete:
The netsh.exe process did not return any error. Review the application log to see if there is a trace of the error.
The attempt to delete a Windows Firewall rule failed.
You can add or delete a Windows Firewall rule manually by following the instructions at this URL:
http://windows.microsoft.com/.
Adding a Windows Firewall rule for MySQL57 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
confirm.

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 5.7.18
Starting process with command: C:Program FilesMySQLMySQL Server 5.7binmysqld.exe-- defaults-file= "C:ProgramDataMySQLMySQL Server 5.7my.ini"-- console-- initialize-insecure=on.
mysqld: Character set "0.0" is not a compiled character set and is not specified in the" C:Program FilesMySQLMySQL Server 5.7sharecharsetsIndex.xml" file
2018-06-18T15:51:59.782426Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use-- explicit_defaults_for_timestamp server option (see documentation for more details).
2018-06-18T15:51:59.803427Z 0 [Warning] "NO_ZERO_DATE"," NO_ZERO_IN_DATE" and "ERROR_FOR_DIVISION_BY_ZERO" sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2018-06-18T15:51:59.872431Z 0 [ERROR] Aborting
Process for mysqld, with ID 8816, was run successfully and exited with code 1.
Failed to start process for MySQL Server 5.7.18
Database initialization failed.
Ended configuration step: Initializing Database

Mar.20,2021
Menu