Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install multiple xampp on Mac?

I using macOS High Sierra version 10.13.1

I want to install two xampp in my Mac (xampp 7.0.27 and xampp 7.1.13)

First, I had install xampp 7.0.27 in my Mac and it works. It's stored in /Applications/XAMPP

Second, I try to install xampp 7.1.13 in my Mac. Seems it's failed. Because it's stored in /Applications/XAMPP too. Does not seem to be custom the path

How can I solve this problem?

like image 852
moses toh Avatar asked Mar 06 '23 23:03

moses toh


1 Answers

A not-so-pretty solution that works:

  1. Install the first XAMPP version and then rename /Applications/XAMPP to something like /Applications/XAMPP-7.0.27.

  2. After that, install the second XAMPP version and then rename /Applications/XAMPP to something like /Applications/XAMPP-7.1.13.

In order to run the preferred version just rename it back to /Applications/XAMPP and run the manager-osx.

like image 62
LyK Avatar answered Mar 16 '23 08:03

LyK