I\'m trying to use MySQL Connector/Python from mysql.com with Python 3.
I have tables in UTF-8 coding, and when I fetch the rows, all my chars columns returned like
Adding mysql-connector-python==8.0.17 to requirements.txt resolved this issue for me.
mysql-connector-python==8.0.17