Installed Visual Studio for Mac. Can I use MAMP, since SQL Server is not available for mac?
Asked
Active
Viewed 907 times
-1
-
are you doing c# or php development? – Alex Jan 07 '17 at 13:28
-
trying c# development. – sandip sapkota Jan 07 '17 at 13:45
-
as per my answer, the only useful bit of MAMP will be the MySql instance it provides – Alex Jan 07 '17 at 13:46
1 Answers
0
MAMP will provide a MySql instance that you could connect to from your application.
MAMP will also run an apache web server that will run PHP applications. You could use Visual Studio Code to edit these PHP files.
The two are totally unrelated, however.

Alex
- 37,502
- 51
- 204
- 332