MySQL Error: #1142 - SELECT command denied to user

后端 未结 11 1091
情话喂你
情话喂你 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 09:57

    I had this problem too and for me, the problem was that I moved to a new server and the database I was trying to connect to with my PHP code changed from "my_Database" to "my_database".

提交回复
热议问题