Forum Discussion
vcarazo
2 years agoFrequent Visitor
Power BI Report Server can not connect to MySQL v8
Hi, When we connect to a MySQL v8 in SaaS through MySQL connector/NET power bi desktop allows us to indicate that the communication will be encrypted, and Power BI Desktop connects without prob...
Anonymous
2 years agoNot applicable
Hi vcarazo ,
Use both:
config mysql system configuration (require_secure_transport=off)
Client connection to mysql server using SSL/TLS protocol configuration
Properly configure the MySQL server to support SSL connections. This includes having a valid server certificate
Below is the link will help you:
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.