Error: select command denied to user ''@'' for table ''
前端 未结 14 1816
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 16:30

In my website, I am using MySQL database. I am using a webservice where in I do all my database related manipulations.

Now In one of the methods of that webservice,

14条回答
  •  一向
    一向 (楼主)
    2020-11-27 16:57

    If you are working from a windows forms application this worked for me

    "server=localhost; user id=dbuser; password=password; database=dbname; Use Procedure Bodies=false;"
    

    Just add the "Use Procedure Bodies=false" at the end of your connection string.

提交回复
热议问题