Forum Discussion
wagahai
4 years agoNew Member
Problem with character set
I have a report linked using a MySQL database as a data source. As I refreshed the data today, the following error shows "An error happened while reading data from the provider: 'Character set 'utf8m...
- 4 years ago
The root of the problem seems to be with MySQL 8.0.29. After downgrading to MySQL 5.7 everything works OK.
v-luwang-msft
4 years agoCommunity Support
Hi wagahai ,
The report is built on a MySQL database.
If the MySQL database has been converted to MariaDB, this will result in a utf8mb3 error when establishing a connection. And the data source setting is changed from MySQL database to MariaDB, which causes the dataset to be treated as a completely new source. Check if your database is converted to MariaDB.
similar error refer:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien