1. Installed Docker 2. I run the docker-compose; M...
# orm-help
r
1. Installed Docker 2. I run the docker-compose; MySQL and PrismaGraphQL are up. The logs of both Docker containers have nothing strange. - last lines of logs from MySQL:
Copy code
2019-03-25T23:53:45.323196Z 0 [Note] mysqld: ready for connections.
Version: '5.7.25'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)`
- from Prisma GraphQL:
Copy code
Successfully started 1 workers.
Server running on :4466
Version is up to date.