MySQL privilege needed to grant "SHOW INDEX" access
Posted
by Ztyx
on Server Fault
See other posts from Server Fault
or by Ztyx
Published on 2010-04-08T13:41:25Z
Indexed on
2010/04/08
13:43 UTC
Read the original article
Hit count: 302
mysql
I'd like a monitor user be able to (only) execute "SHOW INDEX" and "SHOW TABLES" on a certain database. What privileges should I GRANT
this user?
I'd rather not open up for the user to be able to do SELECT
s...
© Server Fault or respective owner