You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "gerickt (via GitHub)" <gi...@apache.org> on 2023/04/18 19:26:26 UTC

[GitHub] [superset] gerickt commented on issue #23727: There was an error loading the schemas (Azure)

gerickt commented on issue #23727:
URL: https://github.com/apache/superset/issues/23727#issuecomment-1513685416

   The log say this:
   
   ```
   MySQLdb._exceptions.OperationalError: (1045, "Access denied for user 'my_user'@'154.53.60.47' (using password: YES)")
     File "/usr/local/lib/python3.8/site-packages/MySQLdb/__init__.py", line 123, in Connect
     File "/usr/local/lib/python3.8/site-packages/MySQLdb/connections.py", line 185, in __init__
   sqlalchemy.exc.OperationalError: (MySQLdb._exceptions.OperationalError) (1045, "Access denied for user 'my_user'@'154.53.60.47' (using password: YES)")
   superset.databases.commands.exceptions.DatabaseTestConnectionFailedError: [SupersetError(message='Either the username "my_user" or the password is incorrect.', error_type=<SupersetErrorType.CONNECTION_ACCESS_DENIED_ERROR: 'CONNECTION_ACCESS_DENIED_ERROR'>, level=<ErrorLevel.ERROR: 'error'>, extra={'invalid': ['username', 'password'], 'engine_name': 'MySQL', 'issue_codes': [{'code': 1014, 'message': 'Issue 1014 - Either the username or the password is wrong.'}, {'code': 1015, 'message': 'Issue 1015 - Either the database is spelled incorrectly or does not exist.'}]})]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org