Answer Posted / hrindows@gmail.com
When a new MySQL user is created, it requires certain privileges to perform various database operations.
GRANT command grants certain privileges to the user.
For example below statement grants permission to run SELECT and INSERT on TABLE customertable to user username@localhost.
GRANT SELECT, INSERT ON customertable TO ‘username’@’localhost’
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
suppose data is copie to oracle to sql by using DTS. Actully it taken 2 hours. suppose some day distribute the server in the middle of 2 hours. after how can i get the data ?
Explain the storage engines in mysql?
What are the disadvantages of stored procedures?
How to load a csv file into a table
How to set the time zone for MySQL to particular country time?
Is mysql a database?
How can you retrieve a particular number of records from a table?
How to delete a table.
How do I completely remove mysql from windows?
How to check if value already exists in mysql database in php?
How will show all records containing the name "sonia" and the phone number '9876543210'
What's new in mysql 8?
What is mysqli_select_db?
How to Change a users password from unix shell.
Is mysql query case sensitive?