+ 1
which is better Wamp or Xampp? and why ?
1 ответ
+ 5
This was written to the top comments of SQL lesson:
https://www.sololearn.com/learn/SQL/1850/
by:
https://www.sololearn.com/Profile/3140033/?ref=app
:
"I have tried WAMP and XAMPP, I think XAMPP has a better graphic interface for beginners, because it shows the logs more clearly.
I had a problem opening the local host and found out it was because Apache wasn't running. I couldn't understand why in WAMP, but when I switched to XAMPP it told me it was because of the port. So if anyone can't open the local host try this:
- Start both MySQL and Apache. If you can't run Apache, go to Config and open the httpd.conf file
- Find this line: Listen 80
- Change it to: Listen 8079
There, port changed. Try running Apache again. Hope it helps. :)"