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
What is the maximum number of columns per table?
How to check if a record exists in a mysql database php?
How do I start mysql from command line?
How do I run mysql?
What is “i_am_a_dump” flag in mysql?
what is mysql optimization in brief?
How do I find my mysql username and password?
What is the use of mysql_fetch_array () function in php?
How to delete the repeated records from a table?
How do I restart mysql on windows?
1)for snapshot replication which agents used? 2)for Transcation replication which agents used? 3)for merge replciation which agents used?
What is auto increment in mysql?
What is msql?
Can you tell the difference between mysql_connect and mysql_pconnect? : Mysql dba
How do I quit mysql?