potiuk commented on issue #28798:
URL: https://github.com/apache/airflow/issues/28798#issuecomment-1376355211

   MySQL has **MULTIPLE** ways of setting charset and you need to set properly 
all of them - client, server,table, column. It caused multiple problems in the 
past - to the level that we even considered dropping it MySQL support for that 
very reason. 
   You need to understand all charset settings for mysql and manage your SQL DB 
(and this is - unfortunately your job as deployment manager to make sure it is 
all good).
   
   I think starting from https://dev.mysql.com/doc/refman/8.0/en/charset.html 
   
   and reading all the chapters is a good starting points.
   
   Converting it into discussion, because that is certainly not an Airflow 
issue. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to