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
Is mysql a dbms?
How are mysql timestamps seen to a user?
What is triggers and how it can be used in mysql?
What is the purpose of -> in the mysql terminal?
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
Who owns mysql database?
Why mysql is used with php?
How to return query output in xml format?
In which language it is written?
Where is mysql password stored?
What mysql -u john -p command does?
i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?
What is row locking in mysql?
Why myisam is faster than innodb?
How do I start mysql server?