Try as following:
development:
adapter: mysql
host: 127.0.0.1
port: 3306
username: teambox
password: pass
database: teambox
(or)
development:
adapter: mysql
host: localhost
port: 3306
username: teambox
password: pass
database: teambox
I think any of the above will work.