Lion Server - Shared MySQL Database?

Associate
Joined
21 Oct 2008
Posts
1,679
Location
Mooching... in your house
Hi guys,

So we've got a lion server running but right now its just serving files, how can we run multiple databases on it that can be accessed from different machines?

I was under the impression that it had a MAMP Pro style interface build into it that can serve different sites and whatnot but I don't think there is?

Thanks :)
 
Just to clarify, the workflow we're aiming for is for the server to hold our bare git repos, then we pull in the files, work locally, then push back... but NOT using local databases, happy to share a common database for that particular site running on the server.

Good practice?

EDIT: answer: no! not good practice... been reading and it turns out we need to add the database into our version control workflow (which makes perfect sense) but no one says how to do this... do you version the actual database files? the SQL file outputs?
 
Last edited:
Back
Top Bottom