Skip to content

Update doctrine.rst #18292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ The database connection information is stored as an environment variable called

# to use oracle:
# DATABASE_URL="oci8://db_user:[email protected]:1521/db_name"

#The Connection Query string must contains the exact mysql version as an example if you have mysql version 8.0.32
# DATABASE_URL="mysql://db_user:[email protected]:3306/db_name?serverVersion=8.0.32"
#if you didn`t do that symfony will not create the database for you and you will not have any access

.. caution::

Expand Down