Give the syntax of REVOKE commands?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Which command is used to view the content of the table in mysql?

498


How to dump one database for backup.

498


How to use mysqldump to create a copy of the database?

506


What are mysql queries?

484


How many columns can a table have?

487






What is row level locking in access?

488


What is a trigger in mysql?

552


How can I remotely connect to mysql database?

452


How to Join tables on common columns.

645


Write a query to stop mysql in unix

621


What is the function of myisamchk?

565


How do I rename a procedure?

478


what is cte? : Mysql dba

521


What language is used in mysql?

509


What is indexing in mysql?

464