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
How to print message in mysql trigger?
Can you tell which of the following where clauses is faster?
What mysql -u john -p command does?
Why should I use mysql?
Does adding an index lock a table?
How do stored procedures work?
What is pdo :: fetch_assoc?
What is difference between schema and table?
How can you calculate the sum of any column of a table?
How do I view tables in mysql workbench?
What is orm in mysql?
What is data in mysql?
What is mysql default database?
How can we run batch mode in mysql?
how to add a new column to an existing table?