E-Commerce database connection error

After enabling thef E-commerce plugin, I am getting the following error when I start the tutor using “tutor local quickstart”

 requests.exceptions.ReadTimeout: HTTPConnectionPool(host='lms', port=8000): Read timed out. (read timeout=5)
CommandError: One or more of the data loaders above failed.
Error: Command failed with status 1: docker-compose -f /Users/santosh/Library/Application Support/tutor/env/local/docker-compose.yml -f /Users/santosh/Library/Application Support/tutor/env/local/docker-compose.prod.yml --project-name tutor_local -f /Users/santosh/Library/Application Support/tutor/env/local/docker-compose.jobs.yml run --rm discovery-job sh -e -c make migrate

Adding additional details from logs

ecommerce_1         |     self.connect()
ecommerce_1         |   File "/openedx/venv/lib/python3.6/site-packages/django/db/utils.py", line 89, in __exit__
ecommerce_1         |     raise dj_exc_value.with_traceback(traceback) from exc_value
ecommerce_1         |   File "/openedx/venv/lib/python3.6/site-packages/django/db/backends/base/base.py", line 217, in ensure_connection
ecommerce_1         |     self.connect()
ecommerce_1         |   File "/openedx/venv/lib/python3.6/site-packages/django/db/backends/base/base.py", line 195, in connect
ecommerce_1         |     self.connection = self.get_new_connection(conn_params)
ecommerce_1         |   File "/openedx/venv/lib/python3.6/site-packages/django/db/backends/mysql/base.py", line 227, in get_new_connection
ecommerce_1         |     return Database.connect(**conn_params)
ecommerce_1         |   File "/openedx/venv/lib/python3.6/site-packages/MySQLdb/__init__.py", line 84, in Connect
ecommerce_1         |     return Connection(*args, **kwargs)
ecommerce_1         |   File "/openedx/venv/lib/python3.6/site-packages/MySQLdb/connections.py", line 179, in __init__
ecommerce_1         |     super(Connection, self).__init__(*args, **kwargs2)
ecommerce_1         | django.db.utils.OperationalError: (1045, "Access denied for user 'ecommerce'@'172.18.0.12' (using password: YES)")
nginx_1             | 172.18.0.1 - - [25/Nov/2020:11:54:08 +0000] "GET /jsi18n/ HTTP/1.1" 500 1981 "http://ecommerce.local.overhang.io/login/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36" "-"

Any pointer to resolve this?