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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.