frappe_docker icon indicating copy to clipboard operation
frappe_docker copied to clipboard

Database password

Open EsakkiSundar opened this issue 1 year ago • 2 comments

I installed ERPNext via docker. I wanted to connect to the database through MySQL Workbench/DBeaver. Please let me know where I can find the the database password to connect from the client. Also please suggest the steps for accessing the database which is running inside a container to be accessed from a MYSql client.

EsakkiSundar avatar Jan 26 '24 11:01 EsakkiSundar

It is the DB_PASSWORD variable you've set.

exec into mariadb container and check the value of MYSQL_ROOT_PASSWORD env var.

revant avatar Jan 27 '24 04:01 revant

It is the DB_PASSWORD variable you've set.

exec into mariadb container and check the value of MYSQL_ROOT_PASSWORD env var.

I haven't set anything. Just downloaded the docker image and brought the application. So what will be the default password which the image has

EsakkiSundar avatar Feb 04 '24 06:02 EsakkiSundar

This issue has been automatically marked as stale. You have a week to explain why you believe this is an error.

github-actions[bot] avatar Apr 05 '24 00:04 github-actions[bot]