flush privileges after last grant ?

2013/11/13 Adam Scott <[email protected]>

> Roles are supported according to (
> https://blog.mariadb.org/mariadb-10-0-beta-launched-an-important-milestone/
> )
>
> So the following commands worked:
>
> create role read_only;grant select on example.* to read_only;grant usage on 
> example.* to read_only;
> grant select on example.* to app_report@'localhost';When i logged in as 
> app_report, show databases did not show the example database.  And selects 
> against tables in the example database did not work.
>
> What am I missing?
>
>
> Thanks,
>
> Adam C. Scott
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~maria-discuss
> Post to     : [email protected]
> Unsubscribe : https://launchpad.net/~maria-discuss
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Roberto Spadim
SPAEmpresarial
_______________________________________________
Mailing list: https://launchpad.net/~maria-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to