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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ With Power BI Desktop you can visually explore your data through a free-form dra
21
21
1. Install [Power BI desktop](https://aka.ms/pbidesktopstore).
22
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
-
- Download the [SSL public certificate](https://dl.cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem).
25
-
- Install the SSL certificate in Trusted Root certification authorities store by following these steps:
26
-
- Start **certmgr.msc** Management Console on your Windows system.
27
-
- Right-click **Trusted Root Certification Authorities** and select **Import**.
28
-
- Follow the prompts in the wizard to import the root certificate (for example, DigiCertGlobalRootCA.crt.pem) and click OK.
24
+
1. Download the [SSL public certificate](https://dl.cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem).
25
+
2. Install the SSL certificate in Trusted Root certification authorities store by following these steps:
26
+
1. Start **certmgr.msc** Management Console on your Windows system.
27
+
2. Right-click **Trusted Root Certification Authorities** and select **Import**.
28
+
3. Follow the prompts in the wizard to import the root certificate (for example, DigiCertGlobalRootCA.crt.pem) and click OK.
29
29
30
30
## Get MySQL server information
31
31
@@ -43,21 +43,21 @@ To make the connection, take the following steps:
43
43
44
44
1. Select the **MySQL database** option in the connector selection.
45
45
46
-
:::image type="content" source="./media/connect-with-powerbi-desktop/add-mysql-connection.png" alt-text="add a mysql connection in power bi":::
46
+
:::image type="content" source="./media/connect-with-powerbi-desktop/add-mysql-connection.png" alt-text="Add a mysql connection in power BI":::
47
47
48
48
3. In the **MySQL database** dialog, provide the name of the server and database.
49
49
50
-
:::image type="content" source="./media/connect-with-powerbi-desktop/signin.png" alt-text="signin to Power BI":::
50
+
:::image type="content" source="./media/connect-with-powerbi-desktop/signin.png" alt-text="Sign in to Power BI":::
51
51
52
52
3. Select the **Database** authentication type and input your MySQL credentials in the **User name** and **Password** boxes. Make sure to select the level to apply your credentials to.
53
53
54
-
:::image type="content" source="./media/connect-with-powerbi-desktop/enter-credentials.png" alt-text="enter credentials to connect with MySQL database":::
54
+
:::image type="content" source="./media/connect-with-powerbi-desktop/enter-credentials.png" alt-text="Enter credentials to connect with MySQL database":::
55
55
56
56
4. Once you're done, select **OK**.
57
57
58
58
5. In **Navigator**, select the data you require, then either load or transform the data.
59
59
60
-
:::image type="content" source="./media/connect-with-powerbi-desktop/navigator.png" alt-text="navigator to view MySQL tables":::
60
+
:::image type="content" source="./media/connect-with-powerbi-desktop/navigator.png" alt-text="Use Navigator to view MySQL tables":::
61
61
62
62
## Connect to MySQL database from Power Query Online
63
63
@@ -67,7 +67,7 @@ To make the connection, take the following steps:
67
67
68
68
2. In the **MySQL database** dialog, provide the name of the server and database.
0 commit comments