Skip to content

Commit b47ccb9

Browse files
authored
Update testing.rst
Hello, I update mysql env variable with server version.
1 parent c5dbbd7 commit b47ccb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ need in your ``.env.test`` file:
990990
.. code-block:: text
991991
992992
# .env.test
993-
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name_test"
993+
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name_test?serverVersion=5.7
994994
995995
# use SQLITE
996996
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"

0 commit comments

Comments
 (0)