On Thu, May 27, 2010 at 7:30 PM, Carlos Mennens <[email protected]>wrote:

> On Thu, May 27, 2010 at 12:26 PM, win.a <[email protected]> wrote:
> > Maybe phpmyadmin is a choice
>
> No I am only allowed to have MySQL installed. No GUI for DBA. I am
> sure there is a way to verify the privileges via CLI, I just can't
> locate it on the site / documentation.
>
>

#1
select host,user from mysql.user;

#2
show grants for u...@host;

-- 
Maurice

Reply via email to