Benchmark MySQL Cluster using flexAsynch: No free node id found for mysqld(API)?
- by quanta
I am going to benchmark MySQL Cluster using flexAsynch follow this guide, details as below:
mkdir /usr/local/mysqlc732/
cd /usr/local/src/mysql-cluster-gpl-7.3.2
cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysqlc732/ -DWITH_NDB_TEST=ON
make
make install
Everything works fine until this step:
# /usr/local/mysqlc732/bin/flexAsynch -t 1 -p 80 -l 2…