Replies: 1 comment
-
Hi @szujung! That error code usually indicates that your MySQL credentials are incorrect. Have you double checked those? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to connect MySQL by adding
dagster_mysql.MySQLRunStorage
to dagster.yaml.However, I got this error:
sqlalchemy.exc.ProgrammingError: (mysql.connector.errors.ProgrammingError) 1045 (28000)
I look it up on Google and there is a suggestion that I should edit ini file in MySQL. But I don't think I have the authority to do that.
Is there any way to fix this problem? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions