yes, the command would be:
grant all on . to user@handle identified by 'password'
Be aware that this will give all privleges to the user to all tables in the selected database. You may only want to grant some of the privleges.
You will also need to run:
flush privleges
To get this users privleges running.