You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/connect-with-powerbi-desktop.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ With Power BI Desktop you can visually explore your data through a free-form dra
19
19
## Prerequisites
20
20
21
21
1. Install [Power BI desktop](https://aka.ms/pbidesktopstore).
22
-
2. If you are trying to connect with MySQL database for the first time in Power BI, you need to install the Oracle [MySQL Connector/NET](https://dev.mysql.com/downloads/connector/net/) package.
22
+
2. If you connect with MySQL database for the first time in Power BI, you need to install the Oracle [MySQL Connector/NET](https://dev.mysql.com/downloads/connector/net/) package.
23
23
3. Skip the steps below if MySQL server has SSL disabled. If SSL is enabled then follow the steps below to install the certificate.
24
-
-Dowload the [SSL public certificate](https://dl.cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem).
24
+
-Download the [SSL public certificate](https://dl.cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem).
25
25
- Install the SSL certificate in Trusted Root certification authorities store by following these steps:
26
26
- Start **certmgr.msc** Management Console on your Windows system.
27
27
- Right-click **Trusted Root Certification Authorities** and select **Import**.
@@ -35,7 +35,7 @@ Get the connection information needed to connect to the Azure Database for MySQL
35
35
2. From the left-hand menu in Azure portal, select **All resources**, and then search for the server you have created (such as **mydemoserver**).
36
36
3. Select the server name.
37
37
4. From the server's **Overview** panel, make a note of the **Server name** and **Server admin login name**. If you forget your password, you can also reset the password from this panel.
38
-
5. Go to **Databases** page to find the database you want to connect to. Power BI desktop supports adding a connection to a single database and hence providing a database name is rquired for importing data.
38
+
5. Go to **Databases** page to find the database you want to connect to. Power BI desktop supports adding a connection to a single database and hence providing a database name is required for importing data.
39
39
40
40
## Connect to MySQL database from Power Query Desktop
0 commit comments