File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -166,11 +166,11 @@ parallel and only the first one stored the CSRF token in the session.
166
166
If you use Memcached instead of Redis, follow a similar approach but replace
167
167
``RedisSessionHandler `` by :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MemcachedSessionHandler `.
168
168
169
- Store Sessions in a Relational Database (MySQL, PostgreSQL)
170
- -----------------------------------------------------------
169
+ Store Sessions in a Relational Database (MariaDB, MySQL, PostgreSQL)
170
+ --------------------------------------------------------------------
171
171
172
172
Symfony includes a :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ PdoSessionHandler `
173
- to store sessions in relational databases like MySQL and PostgreSQL. To use it,
173
+ to store sessions in relational databases like MariaDB, MySQL and PostgreSQL. To use it,
174
174
first register a new handler service with your database credentials:
175
175
176
176
.. configuration-block ::
@@ -390,8 +390,10 @@ file and run the migration with the following command:
390
390
391
391
$ php bin/console doctrine:migrations:migrate
392
392
393
- MySQL
394
- .....
393
+ .. _mysql :
394
+
395
+ MariaDB/MySQL
396
+ .............
395
397
396
398
.. code-block :: sql
397
399
You can’t perform that action at this time.
0 commit comments