|
|
|
|
|
by sitharus
3552 days ago
|
|
MySQL gained popularity in the late 90s/early 2000s because they took the opposite tactic to PostgreSQL. While PostgreSQL aimed to be a complete SQL rdbms and then become a fast one MySQL aimed to be fast then complete. Also MySQL chose defaults suitable for web application hosting so needed little out of the box configuration. This meant MySQL was popular in the dotcom boom, and certainly with PHP developers. So MySQL got mindshare even if it has many flaws. Similar to how perl was the language to use in the early web days. |
|
I used to ask, because I found it baffling that someone would choose an RDBMS that wouldn't even check the size of a column.