Is it possible two have 2 database management system.

A

Anonymous

Guest
Hi Komlan,
Yes it's possible to run both on the same machine if you need to!
Regards,
Jon
 
as many as you want. dbms are normal programs, so they're reached via ports. mysql, mssql, postgres listen on different ports. and if they don't, you can make them listen to any port you want by config. so you can even have multiple instances of the same dbms (maybe for different versions) on a single machine.
 
Back
Top