Forum Discussion

Aleeya's avatar
Aleeya
New Member
1 year ago
Solved

Why my MySQL Connector is not working on a 64bit Microsoft Power BI?

I have tried to install the 32-bit version of MySQL Connector, but my Microsoft Power BI is still in a 64-bit version. So it's not compatible. I tried to find the 32-bit version of Microsoft Power BI...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Aleeya  ,
    Thanks for reaching out to the Microsoft fabric community forum.

    Please make sure the connector is correctly installed,
    To determine if the package is installed correctly, open a PowerShell window and run the following command:
    [System.Data.Common.DbProviderFactories]::GetFactoryClasses()|ogv

    If the package is installed correctly, the MySQL Data Provider is displayed in the resulting dialog. For example:

     



    If this post helps, then please consider Accepting as solution to help the other members find it more quickly and consider giving a KUDOS. Feel free to reach out if you need further assistance.
    Thank you