Chapter07: quick fixes for MySQL, grpcurl
jasonsalas opened this issue · 2 comments
jasonsalas commented
I'm really enjoying working through the code in this book. Great job! I've noticed a couple of steps left out for Chapter 7's examples to run, so you'll need to:
- run CREATE DATABASE movieexample (you probably want to access the container instance to execute this command by using mysql -uroot -ppassword in Docker first)
- run go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest to get grpcurl on your machine
Thanks again!
rajat-packt commented
Thanks for the suggestions @jasonsalas, we have included these in the README.
Closing this issue now.
jasonsalas commented
Thanks for the suggestions @jasonsalas, we have included these in the README.
Closing this issue now.
Awesome! Thanks much. 😎