Skip to content

Instantly share code, notes, and snippets.

~/Downloads $ tar xvf mysql-cluster-gpl-7.1.19.tar.gz
~/Downloads $ cd mysql-cluster-gpl-7.1.19
~/Downloads/mysql-cluster-gpl-7.1.19 $ ./configure --with-plugins=ndbcluster
~/Downloads/mysql-cluster-gpl-7.1.19 $ make
~/Downloads/mysql-cluster-gpl-7.1.19 $ sudo make install