It seems like when I modify the mysql table (in utf-8 table / columns), it is unique in that it returns a repeated input error.
Example:
ALTER TABLE name ADD UNIQUE(name)
Error:
Duplicate entry 'Adé' for key 'name_UNIQUE'
I think this is due to the following lines in my database
Ade, Adé
Can I change a unique table with special characters?
Thank,
Bean
collation ( ), , ) , "e" "é". . , .
, utf8, , , , utf8_bin, , . , , , , . , .
utf8
utf8_bin
= LIKE LIKE BINARY
=
LIKE
LIKE BINARY
Source: https://habr.com/ru/post/1733322/More articles:Ellipse extension in nested functions: Error "..3 is used in the wrong context, no ... look in" - functionRead specific XML nodes in XML - c #What is a (scripted) language to find out if I have already started working with PowerShell? - scriptingClass method with arguments returning an array - javaHow can I install android sdk setup revision 4 and run the emulator - androidJava java symbol information: what is equivalent to tdstrip? - javaHow to handle the wrong SOAP error in WCF? - soapWCF called feed service settings - multithreadingOutputPath is ignored when creating TFS 2010 projects - continuous-integrationDeny Crystal Reports section if there are no rows in datatable - datatableAll Articles