Hello guys,
I've a website that uses mysql_query function with 5.6 PHP version and I'm getting this following error:
SELECT command denied to user 'user'@'localhost' for table 'access'
If I access remotely using a MySQL client like the Beekeeper Studio I can run the same query without problem, but if I run the query through the mysql_query in the server localhost generates that error.
Can anyone give an idea of what it could be?
I've a website that uses mysql_query function with 5.6 PHP version and I'm getting this following error:
SELECT command denied to user 'user'@'localhost' for table 'access'
If I access remotely using a MySQL client like the Beekeeper Studio I can run the same query without problem, but if I run the query through the mysql_query in the server localhost generates that error.
Can anyone give an idea of what it could be?