oceanbase编译安装


echo "export TBLIB_ROOT=/duitang/dist/sys/oceanbase"  >> ~/.bashrc
echo "export LD_LIBRARY_PATH=/usr/lib/:/usr/local/lib:$TBLIB_ROOT/lib:/duitang/dist/sys/oceanbase/lib:$LD_LIBRARY_PATH" >> ~/.bashrc
source ~/.bashrc



./build.sh init && ./configure --prefix=/duitang/dist/sys/oceanbase --with-release --without-test-case && make -j2 && make install

OceanBaser的各个角色的启动顺序为:

RootServer UpdateServerChunkServerMergeServer

猜你喜欢

转载自san-yun.iteye.com/blog/1835444