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 5790b77 commit f93dc8eCopy full SHA for f93dc8e
doctrine.rst
@@ -61,7 +61,7 @@ The database connection information is stored as an environment variable called
61
.. caution::
62
63
If the username, password, host or database name contain any character considered
64
- special in a URI (such as ``+``, ``@``, ``$``, ``#``, ``/``, ``:``, ``*``, ``!``),
+ special in a URI (such as ``+``, ``@``, ``$``, ``#``, ``/``, ``:``, ``*``, ``!``, ``%``),
65
you must encode them. See `RFC 3986`_ for the full list of reserved characters or
66
use the :phpfunction:`urlencode` function to encode them. In this case you need to
67
remove the ``resolve:`` prefix in ``config/packages/doctrine.yaml`` to avoid errors:
0 commit comments