I wouldn't count on MySQL anymore. Oracle recently attempted to remove InnoDB support (i.e. transactional safety) from the Free Software variant of MySQL:
Although they took this back for the moment, allowing InnoDB to stay available in the "Community Edition", they made very clear that we can't count on that in the future.
So if you attach importance to ACID, I recommend to start with PostgreSQL rather than MySQL.
http://www.h-online.com/open/news/item/Oracle-raises-prices-...
Although they took this back for the moment, allowing InnoDB to stay available in the "Community Edition", they made very clear that we can't count on that in the future.
So if you attach importance to ACID, I recommend to start with PostgreSQL rather than MySQL.