Answer Posted / sandeep kumar
GRANT ALL ON mydb.mytbl TO 'someuser'@'somehost';
GRANT SELECT, INSERT ON mydb.mytbl TO 'someuser'@'somehost';
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many columns can a table have?
What is the role of a limit in a mysql query?
Which is faster innodb or myisam?
How do I setup a mysql database?
Do I need to pay for mysql?
What is mysql command line?
How to create trigger in mysql workbench?
Why is mysql used?
What is the command used to create a database using php and mysql?
Is mysql still popular?
How many rows can mysql hold?
How to make a copy values from one column to another in mysql?
Explain the difference between delete and truncate.
How to rename an existing table in mysql?
How do I download mysql on my laptop?