skip to Main Content

I installed Xampp server and Wamp server together in my computer. Wampp is working fine. But Xampp is getting errors. I watched some videos on youtube. But nothing worked for me. I want to Xampp and wamp server together on my computer for 2 different projects. Is it possible? If yes, please give me a solution for it…

2

Answers


  1. Be more specific in asking questions.

    what is the error?

    Maybe port conflict issue, can be fixed by changing one of those port configurations.

    Solution

    Open XAMPP > Click config button of MySQL module > open my.ini using notepad or any editor > Replace the number 3306 with any number you like, e.g. 3307 > Save > Close XAMPP Server completely > Open it again ( Recomanded in Administrator mode ) > start server

    Issue will be fixed.

    Login or Signup to reply.
  2. Use different port and drive for both Xampp and Wampp

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search