PropelException: Access denied

Array ( [phptype] => mysql [hostspec] => localhost [database] => mydbdev [username] => myuser [password] => INF [port] => [encoding] => [persistent] => [protocol] => )

Notice my infinitely strong password? It’s so strong that you can’t even login. The solution to my problem was to make sure I quote my passwords in the database.yml file so that the YAML parser doesn’t interpret them as a number. In this case, I had a password like 123e4567. In otherwords, a VERY big number (123 followed by 4568 zeros)

Related posts:

  1. PropelException: No connection params set for propel
  2. Symfony – No package found for database “” in generated-schema.xml
  3. MogileFS HOWTO
  4. Grand Central + 1 Phone number 4 “life”
  5. T h e Q u e s t

Leave a Reply

Your email address will not be published. Required fields are marked *

*