Hasura says - { "data": null, "errors": [ { "message": "MySQL server has gone away" } ] } #7248
Unanswered
karthik-sys
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
{
"data": null,
"errors": [
{
"message": "MySQL server has gone away"
}
]
}
is the error I get when trying to run
this in the hasura console -->
query MyQuery {
practice_run_practice_set
}
I am trying to query my my sql database which is connected to Hasura through Docker.
Can anyone point me in the right direction !
Beta Was this translation helpful? Give feedback.
All reactions