We all know unique constraints reject only duplicated rows from inserting into the database, but in this case, one of my unique indexes also rejects… Read More »Unique Index Reject Distinct Row?
UTF8MB4 Since MySQL UTF8 supports only up to 3-byte characters, so we can't store 4-byte characters in UTF8 columns. This will be a problem for… Read More »How to Convert UTF8 to UTF8MB4