I'd like to grant for example an select permission for specific user in all databases on my server started by WA_ for example in my server
I make the following syntax but it dosent work
grant select on `wa\_%`.`mytable`
to 'myuser'@'localhost'
identified by '123456';
but it gives me this error
Table wa_%.mytable' doesn't exist