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 2a672a0 commit 47200c9Copy full SHA for 47200c9
testing/database.rst
@@ -15,7 +15,7 @@ your project and define the new value for the ``DATABASE_URL`` env var:
15
.. code-block:: bash
16
17
# .env.test.local
18
- DATABASE_URL=mysql://USERNAME:PASSWORD@127.0.0.1/DB_NAME
+ DATABASE_URL=mysql://USERNAME:PASSWORD@127.0.0.1:3306/DB_NAME?serverVersion=5.7
19
20
.. tip::
21
0 commit comments