Does anyone know about MySQL setting on Graphcool ...
# prisma-whats-new
t
Does anyone know about MySQL setting on Graphcool framework? I have searched on the Web, but I couldn't look for the information. When I set up Graphcool framework on my local env, 4 docker images are started. One of these docker images is for MySQL, I guess. If I would like to use external MySQL, how can I configure MySQL host, user, password and database?
k
you want to use cloud db instead of local db?
t
@kdichev Yes. I would like to setup Graphcool framework on Amazon EC2 and use RDS or Aurora. Do you know how to write configuration on Graphcool framework to use these DB servers.