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
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 ;)