Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL vs PostgreSQL on Windows

I am torn between PostgreSQL and MySQL. I am forced to install the chosen one on Windows. I especially need ASP.NET Membership and NHibernate as well.

like image 391
user161433 Avatar asked Apr 27 '26 04:04

user161433


1 Answers

AFAIK either one of them should work fine if your requirements are fairly low. If you want to use more advanced db stuff, PostgreSQL is probably the better choice, but for simple stuff it doesn't really matter.

My recommendation is to pick the one you have experience administering, or that is used elsewhere in the organization.

like image 197
Magnus Hagander Avatar answered Apr 29 '26 17:04

Magnus Hagander