Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Ok, alors la deuxième suffit. Garde ça.

La premiΓ¨re casse parce que doctrine.yaml demande encore DATABASE_URL. Si tu passes par DB_USER / DB_PASSWORD, il faut changer l’URL dans ce fichier, pas seulement le .env. Sinon Symfony cherche DATABASE_URL et la trouve pas. Tu n’es pas obligΓ© de faire les deux.

Et dans le DSN, mets ta vraie version, pas 8.0.36:

DATABASE_URL="mysql://user:foo%%[email protected]:3306/app?serverVersion=9.7.2&charset=utf8mb4"

make:migration qui passe, c’est le test. Le reste tu peux laisser.

Replies: 6 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@DragonFlamme
Comment options

@oliinykdm
Comment options

@DragonFlamme
Comment options

@oliinykdm
Comment options

Answer selected by DragonFlamme
@DragonFlamme
Comment options

@oliinykdm
Comment options

@DragonFlamme
Comment options

@DragonFlamme
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #65868 on September 06, 2026 10:42.