Error: select command denied to user ''@'' for table ''
前端 未结 14 1907
被撕碎了的回忆
被撕碎了的回忆 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

    You need to grant SELECT permissions to the MySQL user who is connecting to MySQL. See:

    http://dev.mysql.com/doc/refman/5.0/en/privilege-system.html

    http://dev.mysql.com/doc/refman/5.0/en/user-account-management.html

提交回复
热议问题