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 "%".
HTH
Garry