hello. I am trying to ingest my maria db using ui ...
# troubleshoot
a
hello. I am trying to ingest my maria db using ui interface. However, I got the error message 'pymysql.err.OperationalError : (1045, "Access denied for user \'jh.song\'@\192.168.4.79\' (using password: yes)")\n'. How to solve this?
for your information, I attached my recipe.
b
this appear to be your mariaDB not configured to allow user to login remotely.
a
@better-orange-49102 You are right! I succeed to load mariadb after changing the account allowed to login remotely. Thanks a lot!