I started getting these weird messages from MySQL there's a collation conflict in one of my prcedures. I did some experiments, and found that while every column in every table in the DB, as well as ...
My application originally used a MySQL database. When creating tables with the utf8 charset, the expected collation was utf8_general_ci. Since the default collation for utf8 in TiDB is utf8_bin, I ...
Hi! MySQL supports encoding, and collation for each database, table, and column. Is there any plan to support them? I want the database configuration, and the option for each column at least, because ...