Hacker News new | ask | show | jobs
by da_chicken 85 days ago
Really, you've always had to be careful with MySQL. It really was the PHP of RDBMSs.

The silent "SHOW WARNINGS" system, nonsense dates like Feb 31, implicit type conversions like converting strings to 0s, non-deterministic group by enabled by default, index corruption, etc.

1 comments

Good enough for Wordpress.
We are circling back to PHP, aren't we?
We never left