How to grant "select" on more than one table in MySQL?

Posted by user360145 on Stack Overflow See other posts from Stack Overflow or by user360145
Published on 2010-06-07T07:33:34Z Indexed on 2010/06/07 7:42 UTC
Read the original article Hit count: 367

Filed under:
|

i want to do something like

grant select on arpg.t_account,arpg.t_char to peeker@'localhost';

but fails, is there a way to do so?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about grant