Give the syntax of REVOKE commands?



Give the syntax of REVOKE commands?..

Answer / rajan vardawaj

The generic syntax for revoke is as following REVOKE
[rights] on [database] FROM [username@hostname] Now rights
can be: a) ALL privilages b) Combination of CREATE, DROP,
SELECT, INSERT, UPDATE and DELETE etc. We can grant rights
on all databse by usingh *.* or some specific database by
database.* or a specific table by database.table_name.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I view mysql logs?

0 Answers  


What are the limitations of mysql?

0 Answers  


What are CSV tables?

1 Answers  


How to load data files into tables with 'mysqlimport'?

0 Answers  


Is blocked because of many connection errors unblock with mysqladmin flush hosts?

0 Answers  


How can you export the table as an xml file in mysql?

0 Answers  


Can foreign key have duplicate values?

0 Answers  


What is mysql data directory? How to determine the location of the data directory?

0 Answers  


How do I check mysql version?

0 Answers  


What is difference between mysqli and pdo?

0 Answers  


How to get a list of indexes of an existing table?

0 Answers  


Is mysql workbench a dbms?

0 Answers  


Categories