Mysql can't start on windows
-
I tried to update the laragon to latest version, but my mysql can't start. this is the error:
I am not using skype on my machine.
-
@Jonathan : The error occured because you had used 5.7.13 before. You can switch back to MySQL 5.7.13 by going to Menu > MySQL > Version
-
ok, I did.
but the laragon show me the alert with:
"service mysql can not start - the system can not find the path specified"
I need to write a variable path?
-
You don't need to write a path variable. Have you got any images of steps you had done?
-
yes, I can.
look:
1 - The laragon is open:
2 - The services begin to initialized:
3 - The error appears:
-
I would like to see what in your Menu > MySQL > Version to have enough information to help you. Something like this:
I think you may check this:
https://forum.laragon.org/topic/164/tutorial-how-to-add-another-mysql-version
-
thanks, I've tried by another way. before start all services, I just selected the latest version of mariadb, so, have no errors, normalized now.
thanks by your help!!!
-
Cool! glad to hear it worked
-
I had the same issue. Just add this line
innodb_flush_method=normal
to[mysqld]
section ofmy.ini
file and restart services.Credit goes to: http://www.independent-software.com/mysql-error-1067-windows-error-87-error-invalid-parameter.html