Open kuberxy opened 4 years ago
bump - I am seeing this too - any @kuberxy updates?
Do you have any way to reproduce this issue? We need some script/data to reproduce it.
Thanks
have proxysql 2.0.4 infront of a mariaDB 10.1 that has charset latin1
make an insert to a text column that has an emoji - it gets converted to ???
columns that had the correct emoji bytes - when coming back out through proxysql on the read path - render as bytes rather than the emoji it self
Its fine now - we figured it out -- proxysql.cnf charset needs to be set to latin1 -- I guess by default its utf8
@renecannao Oh, so sorry. This is our company's environment. -----------env------------------------------------------------------ mysql-connector-java to proxyql to mysql --------------------------------------------------------------------- I found a very strange problem: everything is ok when I restart proxysql,but after running for a long time the above issue appear.
INSERT INTO test_db.article (title) VALUES ('😄');
env
issue
query by direct mysql master
query by proxysql
query tools
character set