How to Convert an Entire Database From UTF8 to 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 serving… Read More »How to Convert an Entire Database From UTF8 to UTF8MB4