Skip to content

Update MySQL .NET connector version #584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions powerquery-docs/connectors/mysql-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ ms.subservice: connectors
> Some capabilities may be present in one product but not others due to deployment schedules and host-specific capabilities.

## Prerequisites
> !NOTE]
> You need at least mysql-connector-net-commercial-8.0.26.msi. Use 8.0.28 to avoid "An error happened while reading data from the provider: 'Character set 'utf8mb3' is not supported by .Net Framework." error.

You need to install the [Oracle MySQL Connector/NET](https://dev.mysql.com/downloads/connector/net/) package before using this connector in Power BI Desktop. For Power Query Online (dataflows) or Power BI service, if your MySQL server isn't cloud accessible and an on-premises data gateway is needed, the component Oracle MySQL Connector/NET must also be correctly installed on the machine running the on-premises data gateway. To determine if the package is installed correctly, open a PowerShell window and run the following command:

Expand Down