Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

Multiple XAMPP and apache instance running on the same computer at the same time

Is there any possibility to have three versions/instances of XAMPP or Apache running at the same time? I have a server which mainly includes a release, a release candidate, and a development website. ...
user3664679's user avatar
2 votes
1 answer
6k views

How to connect to MySQL running on XAMPP through WSL terminal

MySQL is running on XAMPP and working fine. I am trying to connect to it through the Windows Subsystem for Linux running a Flask app using flask-msqldb. But when I run the Flask app and try to make a ...
Theja's user avatar
  • 141