Will anybody have the kindness to tell me how to
create a user whose privilege will allow him to
SELECT, INSERT, DELETE only, making it impossible for
him to DROP or CREATE?
GRANT Select,Insert,Delete ON databasename TO user@ip;
where databasename is the name of your database, user is your username, and ip is where he will be accessing from, i.e. 10.5.34.102. If he can access from anywhere make ip "%".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.