We have a VPS that we use as Git central server for our repositories and also we use it to test our web apps. Currently we are using a single database instance for multiple users which is not handy, we want to make multiple MySQL instances so that every user have his own mysql instance that is independent from others.We have a VPS that we use as Git central server