Ashwin Kudva
07/27/2020, 4:11 PMRichard Ward
07/27/2020, 7:16 PMAshwin Kudva
07/27/2020, 7:37 PMAshwin Kudva
07/27/2020, 8:16 PMException in thread "main" java.sql.SQLSyntaxErrorException: (conn=4316845) Access denied for user '****'@'%' to database 'prisma'Ashwin Kudva
07/27/2020, 8:16 PMprisma DEFAULT CHARACTER SET latin1;`Richard Ward
07/27/2020, 8:19 PMschema.prisma file - that should determine the database it usesAshwin Kudva
07/27/2020, 9:05 PMprisma init I don't see a build file called schema.prismaAshwin Kudva
07/27/2020, 9:15 PMAshwin Kudva
07/27/2020, 9:15 PMRyan
07/28/2020, 6:23 AMdocker-compose.yml.
Other than that, it doesn’t create a new db. Could you share your docker-compose.ymlAshwin Kudva
07/28/2020, 3:00 PMAshwin Kudva
07/28/2020, 3:02 PMAshwin Kudva
07/28/2020, 3:04 PMRyan
07/29/2020, 6:55 AMdocker-compose.yml and just pass the user credentials with full access just to the created database.