To set permissions on a table:
grant all privileges on [database/table].* to [user]@localhost identified by "[password]"; flush privileges;