Forum Discussion
Power BI Desktop MySQL connector
here's an intriguing workaround
https://docs.microsoft.com/en-us/power-query/connectors/mysqldatabase
I couldn't find any point about the minimum version but I would think that the MySQL Community Installer (currently version 8.0.21) would allow you to connect to your legacy database as well?
Hi Ibendlin,
Thanks for your reply.
I'll give the SQL Native Client a try.
What I can confirm, is that the MySQL Community Installer 8.0.21 is not working at all.
I've tried several versions, not one is working.
I've analyzed the returned error message using WireShark, and I was able to get some more information.
Apparently, at some point, MySQL has altered their routine to authenticate against the database, which is causing this connection to fail. My guess is that the MySQL Community Installers only use the new method, and the old authentication method (as used by MySQL 5.0 and below) is ignored.
- Anonymous5 years agoNot applicable
Good afternoon DIMBACKA.
I hope you are well.
Did you manage to connect your data in the end?
I am also facing the same error mentioning a missing system variable named 'lower_case_table_names'. (MySQL V5.0 User as well)
- Anonymous5 years agoNot applicable
Hi LukeJWest24,
Unfortunately not, at least not with a direct connection.
I ended up using an ODBC connection, which eventually gets the data into Power BI, but I must say this is not the ideal situation.