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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]