I found that the PHP scripts can't handle having a $ in the password... try initializing a db with an Admin pass of pa$$w0rd.
It took me a while to figure out.
It requires changing the " to ' in the php script that takes the password and puts it into the variable.