grant all privileges on *.* to bill@localhost identified by 'pass' with grant option; in mysql code example
Example: grant update privilege command in mysql
GRANT UPDATE ON table_name TO 'username'@'localhost';
GRANT UPDATE ON table_name TO 'username'@'localhost';