0

I wanted to use my xampp local server with my friend so that we can make database together as a team. How to do this?

Like we have google words, github for codes pushing and writing etc.
I know purchased website have integrated database management but, I am not purchasing any one.

I search on google but out of luck.

James Z
  • 12,209
  • 10
  • 24
  • 44

1 Answers1

0

Unless you're doing performance testing, the free tier offered by most cloud providers should be sufficient, however you really need to run this on Linux with VPN access.

But if you're doing collaborative development work you REALLY need to be using version control. That includes use for your DDL. Exending that to your test data should be trivial.

symcbean
  • 47,736
  • 6
  • 59
  • 94