mysql connection error
9 TopicsMySQL: Retrieval of the RSA public key is not enabled for insecure connections.
I am unable to refresh a MySQL 8 datasource in a on prem version of Power BI reporting server. When I go in the datasouce and enter credentials under with Basic Authentication type and test I get the error: MySQL: Retrieval of the RSA public key is not enabled for insecure connections. My versions are as follows: PBRIS on premisis version 15.0.1112.48 Mysql .NET 8.0.28 I am able to refresh the datasource in PowerBI Desktop RS version Version: 2.117.984.0 64-bit (May 2023) This is apprently a common issue with MySQL and the common fix quoted is add allowPublicKeyRetrieval=true to the connection string except I cant see how the edit the connection string.7.7KViews0likes4CommentsAn error occurred creating the configuration section handler for system.data: Column 'InvariantName'
An error occurred creating the configuration section handler for system.data: Column 'InvariantName' is constrained to be unique. Value 'MySql.Data.MySqlClient' is already present. (C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config line3.8KViews0likes3CommentsData Refresh Failed: mysql doesn't support encrypted connections
Hi, I've been trying to fix this problem for a while, and I can't seem to find where the issue is. I have a report connected to Alibaba Cloud's mysql, and everything works fine in PowerBI desktop. I refresh the report and everything is okay. But once I published it to powerbi service and tried to refresh there, I get the following error message: "Data source error: The MySql source doesn't support encrypted connections. (Source at ......). The exception was raised by the IDbCommand interface." Currently, I am not using a data gateway, as I am aware that cloud connections don't require one. I've tried switching between encrypted and not encrypted connections, but the error remains the same regardless of which one I've switched on. I've also tried to use the on-premise data gateway instead, but I can't cuz I'm not an admin user. I am using power query to query the data with the mysql database. Here's the m query code: MySQL.Database("rm XXXXXX", "coordination", [ReturnSingleDatabase=true])Solved7.9KViews0likes10CommentsMySQL Authentification Error with On Premises Data Gateway
Hi everybody, Very frustrating issue and I can't find the same exact issue anywhere else. I have a MySQL connection which works fine on Desktop, but on PBI Online, when using On premises data gateway it gives me an Authentification Error (code : -2147467259). The gateway is running well, as we are using it already with Power Automate and Power Apps. But when I try to configure the data source to the gateway, it doesn't recognize my authentification (method : Basic, username + password). Am I missing something ? Thank you for the help! AntonioSolved4.9KViews0likes9CommentsCouldn't connect to MySQL database data source issue to schedule refresh
Hi everyone, We're trying to schedule a refresh of our dashboards but we couldn't get through the MySQL data source. The MySQL database that we've connected to is from one of our supplier while our company is using SQL Server. We have successfully tested the connection to the SQL Server source but we're just having error with the MySQL data source (as pictured below). We have installed the Connector Net v. 28 and also made sure that the credentials we are using are correct. Can you please point out what are we missing here? Thank you in advance guys! 🙂860Views0likes2CommentsMysql db cannot access or establish a connection through power bi
Dear Experts I’m trying to access MySQL db located on digital ocean cloud , My SQL Server available on PHP MyDAMIN please check the scree-shot below: Now I’m trying to access MySQl DB through power bi I got the following error: I downloaded My SQL connector from this link: https://dev.mysql.com/downloads/installer/ I install it (the connection) but I have the same error , please advice me how to solve this problem?Solved2.5KViews0likes2CommentsUnable to authenticate Mysql credentials
Hello, i'm having troubles updating my report that already works, in desktop, services and automatic updates using on premises data gateway personal mode The last automatic update was today at 11 am. I already check the database credentials, restart the on premises data gateway and is not working This is what it shows: Could you help me please Thanks Jose1.9KViews0likes4Comments