Home > Blockchain >  I want to operate Xampp and Wamp server together on my computer
I want to operate Xampp and Wamp server together on my computer

Time:08-27

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...

CodePudding user response:

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.

CodePudding user response:

Use different port and drive for both Xampp and Wampp

  • Related