MySQL database case-sensitive database creation

The content of table fields in the database is not case sensitive when doing like queries.

CREATE DATABASE IF NOT EXISTS database name DEFAULT CHARSET utf8 COLLATE utf8_bin;

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325813645&siteId=291194637