8000
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 c5dbbd7 commit 5a95590Copy full SHA for 5a95590
doctrine/dbal.rst
@@ -35,7 +35,7 @@ Then configure the ``DATABASE_URL`` environment variable in ``.env``:
35
# .env (or override DATABASE_URL in .env.local to avoid committing your changes)
36
37
# customize this line!
38
- DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name"
+ DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7
39
40
Further things can be configured in ``config/packages/doctrine.yaml`` - see
41
:ref:`reference-dbal-configuration`. Remove the ``orm`` key in that file
0 commit comments