[Resolved] xampp MySQL does not start
[Resolved] xampp MySQL does not start
Issue:
Mysql does not starts in xampp.
Solution:
If you recently changed anything in my.cnf file which is in the below path,
C:\xampp\mysql\bin
ensure you have reverted everything.
Also make sure the below variables have this values only,
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
If still issue then change the port 3307 from 3306 and try it.
Feel free to comment in the below section to help you better.