William Wang

Results 4 comments of William Wang

This is caused by incorrect character encoding. In my case , it is because perl is trying to insert utf8mb4 character into table with utf8mb3 encoding. I changed table character...