Give the syntax of Grant and Revoke commands?

Answer Posted / monika

grant all on table_name to user_name;

Revoke all on table_name from user_name;

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to print message in mysql trigger?

1097


Can you tell which of the following where clauses is faster?

524


What mysql -u john -p command does?

601


Why should I use mysql?

603


Does adding an index lock a table?

583






How do stored procedures work?

573


What is pdo :: fetch_assoc?

580


What is difference between schema and table?

550


How can you calculate the sum of any column of a table?

590


How do I view tables in mysql workbench?

533


What is orm in mysql?

560


What is data in mysql?

571


What is mysql default database?

550


How can we run batch mode in mysql?

611


how to add a new column to an existing table?

625