Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
jaidee
Helper II
Helper II

Update online: Change connection string to MYSQL DB with SELECT problem for table PROC

I have figured out why I cannot update from online.

 

I get an error: MySQL: SELECT command denied to user 'XXX' for tablr 'proc'

 

I can read several places that it is a comon problem on MySQL. A lot of plases, like below link, says to ad this to my connection string:

Use Procedure Bodies=false;

 

http://knowledge.3essentials.com/web-hosting/article/990/ERROR-SELECT-command-denied-to-user-user-x-...

 

But I cant get it to work. I go to Edit Queries - Advanced Editor. Then there is a quere, that loads my table, and I dont know where to insert the Use Procedure Bodies:

 

let
Source = MySQL.Database("MYHOST, "MYDB", [ReturnSingleDatabase=false]),
TABLE = Source{[Schema="XXX",Item="XXX"]}[Data]
in
XXX

1 ACCEPTED SOLUTION
Eric_Zhang
Microsoft Employee
Microsoft Employee

@jaidee

There seems no way to apply the first option in your link in powerbi, so far I don't find anywhere to change the connection string.
Try the second option, granting sufficient permission.

View solution in original post

2 REPLIES 2
Eric_Zhang
Microsoft Employee
Microsoft Employee

@jaidee

There seems no way to apply the first option in your link in powerbi, so far I don't find anywhere to change the connection string.
Try the second option, granting sufficient permission.

I got acces to the PROC table last week and now I can refresh.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.