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 get a list of all tables in a database?
What is the difference between truncate and delete?
Is number a datatype in mysql?
Where’s database data actually stored? Is there a way to see the files which are stored?
What is not null in mysql?
How do I start mysql manually?
How many concurrent queries can mysql handle?
What is the datatype of image?
How do I clear the command in mysql?
What is mysql ndb?
how to connect a php script with the mysql database?
What is the current mysql version?
Can you shard mysql?
What is mysqlcheck do?
What are the disadvantages of stored procedures?