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

Update doctrine.rst #18292

wants to merge 1 commit into from

Conversation

mina20088
Copy link

#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

@mina20088
Copy link
Author

that because i tried it with and without the addding the version but i didnt worked for both i have to but the exacy version as the on that i have of mysql

@mina20088
Copy link
Author

this needs to be added to the page

@mina20088
Copy link
Author

I want to add that this happens in windows device I didn't try Linux

@mina20088
Copy link
Author

#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

Copy link
Author

@mina20088 mina20088 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What dose need review means

@wouterj
Copy link
Member

wouterj commented May 15, 2023

Closing, see #18297 (comment)

@wouterj wouterj closed this May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation.need to be updated in the part of connection to database specially for my sql as below
3 participants