This is a read-only copy of the MariaDB Knowledgebase generated on 2024-05-05. For the latest, interactive version please visit https://mariadb.com/kb/.

column name work as a case insenstive

In MariaDB , lower_case_table_names is set to 1 then column work as a case insensitive, when we are inserting CHAR data type in database( for example i and I is treating as same ) giving duplicate entry error. .

please provide some solution for that

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.