hassio-addons / addon-phpmyadmin

phpMyAdmin - Home Assistant Community Add-ons
https://addons.community
MIT License
28 stars 6 forks source link

service user and password? #188

Closed Rothammel closed 10 months ago

Rothammel commented 10 months ago

Hy phpmyadmin exit with bad gateway and in the MariaDB addon I have this error:

2023-10-16 18:40:43 24 [Warning] Access denied for user 'service'@'172.30.33.13' (using password: YES

what is the password for the service user? maybe this user doesn't exist anymore?

frenck commented 10 months ago

That is a good question. This add-on gets this information provided by the Supervisor. The Supervisor gets this data pushed by the Maria DB add-on.

This is not something this add-on can do anything about. It just connects with the data provided.

../Frenck

Rothammel commented 10 months ago

thanks a lot, then this is an issue on the mariadb side...