Hello everyone, Since I have the MySQL DB app inst...
# getting-started
w
Hello everyone, Since I have the MySQL DB app installed, I tried to deploy DataHub instance locally with the datahub docker quickstart --mysql-port POSITIVEINT (tried a few open port connections) command to override the default 3306 port but getting the attached errors. Do help me resolve this issue.
m
Can you export this env variable first?
DATAHUB_MAPPED_MYSQL_PORT
to a particular empty port? and then run datahub quickstart (without even specifying the mysql port option)
👍 1
I'm not sure what your shell is .. seems like you are on a Windows machine
on bash / zsh it would be something like:
Copy code
export DATAHUB_MAPPED_MYSQL_PORT=4406
datahub docker quickstart
to keep things simple
w
Hello, Yes I am using a Windows Machine..How do I export the env variable in a windows machine?