the current database.url in build.properties default does not contain a
dummy password or port number and it really should for those quickly
going through and replacing it with their own information.
currently:
database.url= mysql://root@localhost/test
should be:
database.url= mysql://root:password@localhost:port/test