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
using primary can we relate two table, with out foreign key?
What is procedure in mysql?
What do you mean by % and _ in the LIKE statement?
What is difference between unix timestamp and mysql timestamp?
How do I install mysql on windows 7?
What is myisamchk?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
How do I start and stop mysql server?
What is unique key in mysql?
Is Mysql query is case sensitive?
What is a mysql view?
How to returns the columns and column information pertaining to the designated table.
Explain the different types of mysql joins.
change column name and make a unique column so we get no dupes.
How does mysql clustering work?