1. Is there any way to intialize datahub mysql db?...
# troubleshoot
m
1. Is there any way to intialize datahub mysql db?? 🤔 2. or I wanna know starting point when below table(datahub.metadata_aspect_v2) create.. 🤪
Copy code
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: Table 'datahub.metadata_aspect_v2' doesn't exist
b
did mysql-setup container run successfully?
there is a init.sql inside docker/mysql-setup that should have been ran to create the table
m
Copy code
2022/05/09 02:36:39 Problem with dial: dial tcp: lookup mysql on 127.0.0.11:53: server misbehaving. Sleeping 1s
b
so mysql-setup can't connect to mysql
is the env set correctly for that container