We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
would you please tell me sample env with mySQL database?
I'm using DATABASE_URL="mysql://username:password@host:port/database_name" but it's giving error
[critical] Error thrown while running command "doctrine:migrations:migrate". Message: "Malformed parameter "url"."
thankyou
The text was updated successfully, but these errors were encountered:
Hello!
It is hard to tell without seeing the full mysql connection string. I can guess there is a symbol like "#" in the password that brakes URL:
For example: # sign is not recognized by PHP's parse_url() function as valid, this issue is not related to Symfony, but to Doctrine DBAL
Sorry, something went wrong.
No branches or pull requests
would you please tell me sample env with mySQL database?
I'm using DATABASE_URL="mysql://username:password@host:port/database_name"
but it's giving error
thankyou
The text was updated successfully, but these errors were encountered: