Error: select command denied to user ''@'' for table ''
前端 未结 14 1877
被撕碎了的回忆
被撕碎了的回忆 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-27 17:06

    For me, I accidentally included my local database name inside the SQL query, hence the access denied issue came up when I deployed.

    I removed the database name from the SQL query and it got fixed.

提交回复
热议问题