Commit fe937444 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'master' of github.com:doctrine/dbal-documentation

parents e2360948 43d97183
...@@ -9,7 +9,7 @@ You can get a DBAL Connection through the `Doctrine\DBAL\DriverManager` class. ...@@ -9,7 +9,7 @@ You can get a DBAL Connection through the `Doctrine\DBAL\DriverManager` class.
'dbname' => 'mydb', 'dbname' => 'mydb',
'user' => 'user', 'user' => 'user',
'password' => 'secret', 'password' => 'secret',
'host' => 'locahlost', 'host' => 'localhost',
'driver' => 'pdo_mysql', 'driver' => 'pdo_mysql',
); );
$conn = DriverManager::getConnection($connectionParams); $conn = DriverManager::getConnection($connectionParams);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment