|
|
|
|
|
by wolph
3168 days ago
|
|
This post actually makes me wonder... is there anyone that objectively still thinks MySQL is the better database of the two? The only small advantage of MySQL I can think of (which is a great downside as well) is that it's really tolerant towards all sorts of erroneous usage and data. The following should be a problem but are accepted by MySQL - missing group by clauses - all of the `ignore` commands (insert, alter table,
etc.)
- incorrect dates - not enforcing foreign key constraints |
|
If I remember right, though, mostly because their use pattern was more like a key value store, and MySQL worked better for that pattern.