MySQL versus SQL Server Express

前端 未结 6 671
逝去的感伤
逝去的感伤 2021-02-08 14:26

Did the recent purchase of MySQL by Sun and the subsequent buggy releases kill the MySQL brand?

I whole heartedly embraced MySQL when it first came out as I used to be a

6条回答
  •  故里飘歌
    2021-02-08 14:50

    Having run both*, I don't think there's much question that SQL Server is overall a more full-featured product than MySQL (although I'd be interested to hear arguments to the contrary).

    I wouldn't be overly concerned with MySQL bugs - just run a few releases behind.

    Given that you have a Windows server, the only issue I can see is the prospect of acquiring a significant cost if you max out the resources permitted with Express and need to go to a full, licensed SQL Server 2005 (or 2008) instance. If you expect to scale to that level and can't afford the licence, then a free DBMS would seem to be the smart move now, and I'd also look at PostgreSQL, which may be a better alternative.

    * and liked them both for different reasons, FWIW

提交回复
热议问题