ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: why MySQL container keeps reporting errors

Open ThierryHenry1994 opened this issue 1 year ago • 2 comments

Describe your problem

I followed the user manual to pull the image and executed docker compose -f docker-compose-CN.yml up -d, but the MySQL image keeps reporting the error: '[Note] Access denied for user 'root'@'172.21.0.6' (using password: YES)'". My code version is v0.9.0

ThierryHenry1994 avatar Aug 13 '24 02:08 ThierryHenry1994

Check docker/.env and conf/service_conf.yml. The password in both file should be the same.

KevinHuSh avatar Aug 14 '24 01:08 KevinHuSh

Check docker/.env and conf/service_conf.yml. The password in both file should be the same.

Yes.I have checked password in two config files, but not work yet.The password used default value.This phenomenon occurs when I execute docker compose after I pull down the image, even if I change the password.

ThierryHenry1994 avatar Aug 14 '24 09:08 ThierryHenry1994