Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8dfb4c2

Browse filesBrowse files
committed
minor #8345 Update storage.rst (atailouloute)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #8345). Discussion ---------- Update storage.rst Commits ------- 328cb43 Update storage.rst
2 parents ec0b4c1 + 328cb43 commit 8dfb4c2
Copy full SHA for 8dfb4c2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎profiler/storage.rst

Copy file name to clipboardExpand all lines: profiler/storage.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ uses MySQL as the storage for the profiler with a lifetime of one hour:
5050
// ...
5151
$container->loadFromExtension('framework', array(
5252
'profiler' => array(
53-
'dsn' => 'mysql:host=localhost;dbname=%database_name%',
53+
'dsn' => 'mysql:host=localhost;dbname=%database_name%',
5454
'username' => '%database_user',
5555
'password' => '%database_password%',
5656
'lifetime' => 3600,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.