首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

oceanbase编译装配

2013-03-27 
oceanbase编译安装echo export TBLIB_ROOT/duitang/dist/sys/oceanbase? ~/.bashrcecho export LD_

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?、UpdateServer、ChunkServer和MergeServer。

热点排行