Forum Discussion
Need help with connecting to a MySQL server
lakshnajha - Here is what I would do, first, download and install MySQL server and tools on the desktop you are using Power BI Desktop on.
http://dev.mysql.com/downloads/mysql/
Make sure you can connect to your local MySQL server. Then, try to connect to AWS MySQL server. Let me know if that works.
My case is:
- server is on Azure, MySQL Database.
- I need to pull the data into PowerBI service every hour
By following below link on community.power Bi site. I have concluded following approach.
http://community.powerbi.com/t5/Service/connect-mysql-to-web-version-of-Power-Bi/td-p/2668
i) Connect to My sql Database using Power BI Desktop
ii) Deploy Power BI desktop to power BI service
iii) Schedule data referesh using Personal gateway.
I would like your comment on whether the above approach is correct or not and in case it is correct where do i need to install "Personal gateway" on Azure server (Since database is on cloud) or my personal desktop or any machine?
- dlash9 years agoNew Member
So does powerBI support connecting to a database server running on a remote machine?
It appear the diaload does not even support a mysql port number.
So does it NOT work?