My database has multiple tables that begin with 'field_data_', and I would like to grant a user SELECT access with just MySQL query using the wildcard.
I tried
GRANT SELECT ON db.field_data_% TO a_user@'localhost';
but am getting MySQL syntax error near the %.