[DotrineBundle] dixed case on MySQL driver

This commit is contained in:
Fabien Potencier 2010-05-02 18:05:49 +02:00
parent a06d4a80dd
commit afa1cea103
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class DoctrineExtension extends LoaderExtension
$configuration->merge($loader->load($this->resources['dbal']));
$defaultConnection = array(
'driver' => 'PDOMySQL',
'driver' => 'PDOMySql',
'user' => 'root',
'password' => null,
'host' => 'localhost',