-
Notifications
You must be signed in to change notification settings - Fork 5
mysql-db does not initialize on init #7
Comments
I've failed to repeat the problem
Notes: |
Does this need mysql-server and mysql-client packages installed on ubuntu. I installed these packages just now but I still get the same issue. |
Also I guess I need to specify the root password for the root account of mysql. Do I need to create a user called mydataaccount as in the docker-compose.yml file or does it get created automatically. |
As per the README.md
No, the docker container for mysql is provided by the docker-compose.yml and configured so that every other module using the mysql-db is also using the said configuration, You can run local mysql installation(or even remote) but in this case you need to configure each other module appropriately to use this local instance.
No, the docker container with mysql-db will be automatically configured. The docker setup will have mysql container readily set up and configured for you. For the test purposes you don't need to do anything more to get the stack running (besides running the start.sh with docker and docker-compose installed) If you are still having trouble getting the stack to work with the start.sh I'd request you to:
If the same problem occurs copy the logs and paste them into some pastebin or here so we can take a look at them in more detail, also include your docker and docker-compose versions |
I forgot to mention docker version 17.03.1-ce build c6d412e docker-compose version 1.14.0 build c7bdf9e |
Are you guys sure you are using the latest version. May be this problem shows up with the latest version. Do you recommend that I try a lower version. Also just to tell you I am using virtualbox as an environment. |
I mean the latest version mydata-sdk |
I confirmed that this is an issue with the latest release on master. v 1.2.1 is ok. |
…T/issues/7#issuecomment-311458261
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.
The text was updated successfully, but these errors were encountered: