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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Employee
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
Employee
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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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