Wamp does not start mysql when restarting the PC [closed]

1

Whenever I restart my PC, my Wamp does not open Mysql . I have to reinstall and I end up losing my seats. The wamp server opens, but the icon turns yellow. This happened after I installed Python / Django and Nodejs . I do not know which one exactly because I installed the two followed and did not test Wamp before. I remember that during the installation, I had to change a windows file, which in the end had /wamp . and put /python . but I can not remember where I did it .. and I could not find it to test.

Does anyone have the answer to this? :)

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/
    
asked by anonymous 21.05.2015 / 23:18

1 answer

0

Mano, following: I had the same problem and your comments helped me solve the problem. To with the newer version of wamp. And every time I reboot the pc it gives this problem. Problem: Every life that reboots the pc, the wamp does not come out of the orange. Solution: Click the left mouse button, 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 the mysql port to 3307 , restart the wamp and try to connect. "It's all right"!

    
28.03.2016 / 01:43