MySQL Error: 1142, SELECT command denied to user
So I went through the error while migrating one of the app to cloud. The full error statement goes like : MySQL Error: #1142. Response form the database. SELECT command denied to user “username@ip” for table “table1” From the error statement it looks like that ‘SELECT’ access is missing for the user for that particular … Read more