Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 47200c9

Browse filesBrowse files
authored
Update database.rst
I updated the `.env` file.
1 parent 2a672a0 commit 47200c9
Copy full SHA for 47200c9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎testing/database.rst

Copy file name to clipboardExpand all lines: testing/database.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ your project and define the new value for the ``DATABASE_URL`` env var:
1515
.. code-block:: bash
1616
1717
# .env.test.local
18-
DATABASE_URL=mysql://USERNAME:PASSWORD@127.0.0.1/DB_NAME
18+
DATABASE_URL=mysql://USERNAME:PASSWORD@127.0.0.1:3306/DB_NAME?serverVersion=5.7
1919
2020
.. tip::
2121

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.