sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) #1279
Unanswered
tariqjamal-abdulazeez
asked this question in
Q&A
Replies: 4 comments 1 reply
Did you check that? |
0 replies
|
Also, do not ping random maintainers unless the issue is really specific to them. |
0 replies
|
Bro after trying all possibility but the error is not resolved and this was occurred during only the migrate the changes to db Datebase uri link |
0 replies
|
The problem has been resolved. Does the password contain any special characters? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It seems like when attempting to upgrade the changes in the database using a specific command, you're encountering an error. However, the command
flask db migrateworks perfectly fine with flask-sqlalchemy^2.4.3.Could anyone help me to solve this issue
Environment:
All reactions