Hi guys, I just discovered Graphcool and all tutor...
# prisma-whats-new
c
Hi guys, I just discovered Graphcool and all tutorials made my day. So i decided to try it right now to develop a new Phonegap application. I follow documentation step by step. But now i'm stuck into local cluster deployment step. It seems that mysql container is not ok : First time, the "local up" function looped on "Waiting for Graphcool to initialize. This can take several minutes..." ===> docker logs from graphcool-dev : "unable to connect to mysql" Then i stopped and removed containers, purged my old images and try again. Now, docker logs from db container :
Copy code
[Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[ERROR] --initialize specified but the data directory has files in it. Aborting.
Do you have any idea how to correct this problem?
m
do you have the latest
@beta
installed?
c
mmm i don't think so. I followed the documentation :
Copy code
npm install -g graphcool-framework
I just tried
Copy code
npm install -g graphcool-framework@beta
Same error on db container => Timestamp and Abort
n
please provide a bug report here: https://github.com/graphcool/framework 🙂 also
npm install -g graphcool-framework
is the correct framework version, not
@beta
💚 1
👍 1