8000 [cookbook] Cleaning up a few sections · GromNaN/symfony-docs@635e495 · GitHub
[go: up one dir, main page]

Skip to content

Commit 635e495

Browse files
committed
[cookbook] Cleaning up a few sections
1 parent 4fdee33 commit 635e495

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

cookbook/configuration/pdo_session_storage.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,13 @@ parameter.ini by referencing the database-related parameters defined there:
151151
'%database_password%',
8000
152152
));
153153
154-
Example MySQL Statement
155-
-----------------------
154+
Example SQL Statements
155+
----------------------
156156

157-
The SQL-Statement for creating the needed Database-Table could look like the
157+
MySQL
158+
~~~~~
159+
160+
The SQL statement for creating the needed database table might look like the
158161
following (MySQL):
159162

160163
.. code-block:: sql
@@ -167,11 +170,10 @@ following (MySQL):
167170
UNIQUE KEY `session_id_idx` (`session_id`)
168171
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
169172
170-
Example PostgreSQL Statement
171-
----------------------------
173+
PostgreSQL
174+
~~~~~~~~~~
172175

173-
The SQL-Statement for creating the needed Database-Table could look like the
174-
following (PostgreSQL):
176+
For PostgreSQL, the statement should look like this:
175177

176178
.. code-block:: sql
177179

0 commit comments

Comments
 (0)
0