Update debugging.md

This commit is contained in:
Mars Lan 2020-04-28 14:38:57 -07:00 committed by GitHub
parent ea561a8957
commit e10d6bfdd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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