You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2018. It is now read-only.
mysql-db | MySQL init process in progress ...
mysql-db | MySQL init process failed
mysql-db exited with code 1
Also all the services and celery workers start.
I am able to reach localhost:8080 and see the account creation page. When I try to create a page, I get an error saying the localhost did not send any response which I am guessing is because of no mysqld running in the back end.
Also the server side gives errors like cursor missing etc.
on running sh start.sh inside mydata-sdk-master
I get the following lines
mysql-db | MySQL init process in progress ...
mysql-db | MySQL init process failed
mysql-db exited with code 1
Also all the services and celery workers start.
I am able to reach localhost:8080 and see the account creation page. When I try to create a page, I get an error saying the localhost did not send any response which I am guessing is because of no mysqld running in the back end.
Also the server side gives errors like cursor missing etc.