so i already created a user on web hosting and gave it all privileges, all tables from database are working normally except my table reservation, the error says
here is where i gave all privilages on the user
"Syntax error or access violation: 1142 SELECT command denied to user 'tamayode_user'@'localhost' for table 'reservations''"
what would be its cause, im using pdo and php its different from some answers here saying i should allow all privillages because i already done that and it fully works locally but i need it to work online. i already granted or allow all privileges from the user to the database