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 |
How do I view mysql logs?
What are the limitations of mysql?
What are CSV tables?
How to load data files into tables with 'mysqlimport'?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
How can you export the table as an xml file in mysql?
Can foreign key have duplicate values?
What is mysql data directory? How to determine the location of the data directory?
How do I check mysql version?
What is difference between mysqli and pdo?
How to get a list of indexes of an existing table?
Is mysql workbench a dbms?