Wamp does not start mysql when restarting the PC

Asked

Viewed 3,188 times

1

Every time I restart the PC, my Wamp won’t open the Mysql. I have to reinstall and end up losing my banks. The wamp server opens, but the icon turns yellow. this happened after I install Python/Django and Nodejs. I do not know which exactly because I installed the two followed and I did not test the Wamp before. I remember that during the installation, I had to change a windows file, which at the end had /wamp. and put /python. but I don’t remember where I did it. I couldn’t find it to test.

Does anyone have the answer to that ? :)

apache_error.log

[Thu May 21 19:22:39.022079 2015] [core:alert] [pid 15120:tid 968] [client ::1:49826] C:/wamp/www/PROJETOS/orientacao-objeto/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu May 21 19:22:39.048095 2015] [authz_core:error] [pid 15120:tid 968] [client ::1:49826] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/projetos/
[Thu May 21 19:22:39.049096 2015] [authz_core:error] [pid 15120:tid 968] [client ::1:49826] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/projetos/
[Thu May 21 19:22:39.050097 2015] [authz_core:error] [pid 15120:tid 964] [client ::1:49827] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/projetos/
[Thu May 21 19:22:39.052100 2015] [authz_core:error] [pid 15120:tid 960] [client ::1:49828] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/projetos/
[Thu May 21 19:22:39.053100 2015] [authz_core:error] [pid 15120:tid 956] [client ::1:49829] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/projetos/
[Thu May 21 19:23:02.873965 2015] [authz_core:error] [pid 15120:tid 936] [client ::1:49840] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/denis-manzetti/
[Thu May 21 19:23:02.874966 2015] [authz_core:error] [pid 15120:tid 944] [client ::1:49841] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/denis-manzetti/
[Thu May 21 19:23:02.874966 2015] [authz_core:error] [pid 15120:tid 936] [client ::1:49840] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/denis-manzetti/
[Thu May 21 19:23:02.875967 2015] [authz_core:error] [pid 15120:tid 968] [client ::1:49842] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/denis-manzetti/
  • Check which Mysql startup error is in the logs that are usually in C:\wamp\logs.

  • I edited the question, these are the last ones of the list, you can check the complete file at the link: http://pastebin.com/DjsivSnA

  • This Pastebin contains the access log, create one with the apache_error.log also.

  • How’s your apache configuration file?

  • Do you have any port conflicts? Did you check? What version of Windows is this?

1 answer

0

Brother, next: I was having the same problem and your comments helped me to solve the problem. I’m going with the newer version of wamp. And every time I reset the computer it gives this problem. Problem: All life that restarts the pc, wamp does not come out of orange. Workaround: Left-click, go to mysql and open with some text editor (notepad for example) and check for errors, it will probably be the port used by mysql (3306), change mysql port to 3307, re-start wamp and try to connect. " It’s for sure"!

NOTE: If it doesn’t work, change again by port 3306 and Restart again, it will work normal, because the error is only a lack of communication with the port of mysql.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.