MySQL Forums
Forum List  »  NDB clusters

Re: Unable to start SQL Node in Mysql-cluster
Posted by: Alex Saenz
Date: September 11, 2018 11:34AM

That was a typo, my bad.

this are the commands I have run :

sudo apt update
sudo apt upgrade -y
sudo apt-get install libaio1 libmecab2 libclass-methodmaker-perl wget python-paramiko -y
mkdir ~/cluster
cd cluster
wget https://cdn.mysql.com//Downloads/MySQL-Cluster-7.6/mysql-cluster_7.6.7-1ubuntu18.04_amd64.deb-bundle.tar
tar -xvf mysql-cluster_7.6.7-1ubuntu18.04_amd64.deb-bundle.tar
sudo dpkg -i mysql-common_7.6.7-1ubuntu18.04_amd64.deb
sudo dpkg -i mysql-cluster-community-client_7.6.7-1ubuntu18.04_amd64.deb
sudo dpkg -i mysql-client_7.6.7-1ubuntu18.04_amd64.deb
sudo dpkg -i mysql-cluster-community-server_7.6.7-1ubuntu18.04_amd64.deb
sudo dpkg -i mysql-cluster-community-data-node_7.6.7-1ubuntu18.04_amd64.deb
sudo dpkg -i mysql-cluster-community-management-server_7.6.7-1ubuntu18.04_amd64.deb
sudo dpkg -i mysql-cluster-community-auto-installer_7.6.7-1ubuntu18.04_amd64.deb
sudo dpkg -i mysql-cluster-community-java_7.6.7-1ubuntu18.04_amd64.deb
sudo usermod -aG mysql ubuntu
sudo init 6
sudo chmod -R 775 /var/lib/mysql
sudo chmod -R 775 /var/log/mysql
sudo passwd ubuntu

Options: ReplyQuote


Subject
Views
Written By
Posted
1173
September 10, 2018 09:47PM
Re: Unable to start SQL Node in Mysql-cluster
728
September 11, 2018 11:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.