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 are the different mysql database engines?
Is mysql still popular?
What is mysql sleep process?
How do I find mysql location?
How is myisam table stored?
What is the latest version of php and mysql?
What are the functions used to encrypt and decrypt the data present in mysql?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
How do I stop a mysql service?
Why should I use mysql?
How to connect html form to mysql database using php?
Does insert statement lock the table?
What are the difference between now and current_date in mysql?
How to create a table index in mysql?
What is max connections in mysql?