Friday, April 1, 2022

MySQL : MySQL80 Service Started and Then Stopped on Windows Server

issue : “The MySQL80 service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.”

solutions: 

my.ini config file get HEX characters added to the beginning of the file. This causes the MySQL service to fail when it tries to start. The solution is to remove these HEX characters and then start the service again.

1. using Notepad++ (must install hex view plugin) open the my.ini file in HEX view

2. remove the HEX character ef bb bf then save the my.ini file

3. try restart the MYSQL80

source : https://madbray.com/mysql80-service-started-and-then-stopped-fixed/

Related Posts:

0 comments:

Post a Comment