MySQL and PostgreSQL on the same hardware
Posted
by
Kamil Kisiel
on Server Fault
See other posts from Server Fault
or by Kamil Kisiel
Published on 2011-02-08T03:13:18Z
Indexed on
2011/02/08
7:27 UTC
Read the original article
Hit count: 593
We recently bought some new hardware for a database server which we were intending to dedicate to the operation of PostgreSQL. However now we have the requirement to also run MySQL as some software we want to use only supports that database. Since the storage on this machine is the most suitable for hosting a DB, and we don't currently have the budget for more hardware,we're thinking of running both of them on the same server.
Are there any caveats or best practices we should be aware of?
© Server Fault or respective owner