mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 10:28:22 +00:00
Update debugging.md
This commit is contained in:
parent
ea561a8957
commit
e10d6bfdd5
@ -174,7 +174,7 @@ docker rm -f $(docker ps -aq)
|
||||
rm -rf /tmp/datahub
|
||||
```
|
||||
|
||||
## Seeing "Query threw SQLException:Table 'datahub.metadata_aspect' doesn't exist" error when logging in
|
||||
## Seeing `Table 'datahub.metadata_aspect' doesn't exist` error when logging in
|
||||
This means the database wasn't properly initialized as part of the quickstart processs. Please run the following command to manually initialize it.
|
||||
```
|
||||
docker exec -i mysql sh -c 'exec mysql datahub -udatahub -pdatahub' < docker/mysql/init.sql
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user