We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0b4c1 commit 328cb43Copy full SHA for 328cb43
profiler/storage.rst
@@ -50,7 +50,7 @@ uses MySQL as the storage for the profiler with a lifetime of one hour:
50
// ...
51
$container->loadFromExtension('framework', array(
52
'profiler' => array(
53
- 'dsn' => 'mysql:host=localhost;dbname=%database_name%',
+ 'dsn' => 'mysql:host=localhost;dbname=%database_name%',
54
'username' => '%database_user',
55
'password' => '%database_password%',
56
'lifetime' => 3600,
0 commit comments