I'm trying to connect to a local instance of MySQL 8.0 using FME Desktop 2018. When I test the database connection I get the following error:
Opening MYSQL_DB reader for dataset 'test1'
Error connecting to MYSQL database('127.0.0.1','test1'): 'Can't initialize character set unknown (path: compiled_in)'
I can successfully:
1. Connect to a remote MySQL database in FME Desktop.
2. Connect to my local test1 table in QGIS (using the same credentials).
3. Connect to my local test1 table using MySQL Workbench.
Googling seems to suggest the error is related to the database or table collation, but I've confirmed that the collation settings are the same for my local database and remote database. Besides even if they were different, why can I connect using QGIS.
Any ideas would be much appreciated.