
November 21st, 2011, 05:25 PM
|
|
Contributing User
|
|
Join Date: Oct 2003
Location: Germany
|
|
|
You should rather go with PostgreSQL instead.
MySQL has so many quirks, non-standard behaviour and limitations that you'll have a hard time using any other DBMS afterwards.
Besides: in terms of SQL features, PostgreSQL is much more advanced (there are actually only very few areas where MySQL is ahead of PostgreSQL, but they mostly apply for really large database, e.g. partitioning)
|