MySQL Error: #1142 - SELECT command denied to user

后端 未结 11 1072
情话喂你
情话喂你 2020-12-01 09:04

I\'m having troubles with a certain query on one of my servers. On all other places I\'ve tested it it works completely fine but on the server i want to use it it isn\'t wor

11条回答
  •  离开以前
    2020-12-01 10:02

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

    same question as here Error: select command denied to user ''@'' for table ''

    see answers of the link ;)

提交回复
热议问题