Skip to content

Commit 06f856c

Browse files
committed
minor symfony#14828 Mention MariaDB as well (iangilfillan)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- Mention MariaDB as well <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 706222e Mention MariaDB as well
2 parents 068db7f + 706222e commit 06f856c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

session/database.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ parallel and only the first one stored the CSRF token in the session.
166166
If you use Memcached instead of Redis, follow a similar approach but replace
167167
``RedisSessionHandler`` by :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler`.
168168

169-
Store Sessions in a Relational Database (MySQL, PostgreSQL)
169+
Store Sessions in a Relational Database (MariaDB, MySQL, PostgreSQL)
170170
-----------------------------------------------------------
171171

172172
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,
174174
first register a new handler service with your database credentials:
175175

176176
.. configuration-block::
@@ -379,8 +379,8 @@ file and run the migration with the following command:
379379
380380
$ php bin/console doctrine:migrations:migrate
381381
382-
MySQL
383-
.....
382+
MariaDB/MySQL
383+
.............
384384

385385
.. code-block:: sql
386386

0 commit comments

Comments
 (0)