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 956d94c commit 7df63beCopy full SHA for 7df63be
doctrine.rst
@@ -40,6 +40,13 @@ The database connection information is stored as an environment variable called
40
41
# to use sqlite:
42
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"
43
+
44
+.. caution::
45
46
+ If you have special charactes in your password, it's possible that you will
47
+ have to percent encode them. The driver manager uses PHP's ``parse_url()``
48
+ that implements _`RFC 3986`: http://www.faqs.org/rfcs/rfc3986.html.
49
+ The RFC lists characters that have to be encoded.
50
51
Now that your connection parameters are setup, Doctrine can create the ``db_name``
52
database for you:
0 commit comments