propelorm / PropelBundle

PropelBundle for Symfony.
http://propelorm.org/Propel/documentation/#working-with-symfony2
180 stars 156 forks source link

Fixed temporary configuration for database creation #419

Closed xyNNN closed 8 years ago

xyNNN commented 8 years ago

When you create the database via the Propel command propel:database:create you've to connect without the given database name from the configuration. Due this fact the DSN is modified to add the possibility to connect to the database. The problem is that after the database name the charset is appended and the result was like the following.

mysql:host=127.0.0.1charset=UTF8
marcj commented 8 years ago

Thanks!