Question
Multi Node Mysql cluster setup, API node mysqld not starting.
I am following below link for Multi Node MySQL cluster setup.
https://www.digitalocean.com/community/tutorials/how-to-create-a-multi-node-mysql-cluster-on-ubuntu-16-04#
Almost all steps goes well till i start the mysqld on Manager Node.
After running -: sudo systemctl start mysqld
Error massage - : Job for mysqld.service failed because the control process exited with error code. See “systemctl status mysqld.service” and “journalctl -xe” for details.
Don’t know what wrong i m doing followed exactly same steps given in document.
Note - I am doing this setup on AWS and not on DigitalOcean
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×