mysql -u root mysql> create database build; mysql> grant all on build.* to build@localhost -> identified by "build";