Jesse Castleberry wrote:
Is there a way to list the privilidges that a user has in MySQL?

Thanks,
Jesse

Yes.

  SHOW GRANTS FOR [EMAIL PROTECTED];

Did you even try the manual <http://dev.mysql.com/doc/refman/5.0/en/show-grants.html>?

Michael

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to