whats the username/password of mysql docker contai...
# getting-started
s
whats the username/password of mysql docker container? we want to change to cloud mysql for easily backup
s
if you want to use cloud mysql then username/password for mysql docker container in quickstart does not matter.
You will have to specify that in the connection string
I am assuming you mean something like AWS RDS or GCP CloudSql
s
yeah, we are use alibaba cloud
@square-activity-64562 i am editing docker/mysql/env/docker.env, is that correct?
to use cloud mysql service as metastore
s
Not 100% sure. We are using Kubernetes so I am more familiar with the helm chart. But that is the environment variable for creating mysql container if I am understanding this correctly. You need to find the configuration which services use to connect to mysql.
There is this doc https://datahubproject.io/docs/docker but it does not seem to specify what env variable need to be changed. I guess you will have to read the docker compose file to find out. Or you can wait until someone in the team is online
s
@square-activity-64562 ok tks a lot
f
@silly-translator-73123 did you find the solution to this? I am doing something similar, can you please let me know? Thanks!