Most documentation doesn't give straight information on using mysql on a virtual server with multiple domains. Is is better to set up multiple databases per domain or would it be better to create one large database with tables per domain?
Not that I know much about this, but wouldn't their be a difference with security. If you don't want the different domains having access to other domains data then you would need to use different databases. You can then set up a different user account to the sql server for each domain and give them access only to their database.
Bookmarks