一.Oceanbase all-in-one单机版部署
1.修改资源限制。
vim /etc/security/limits.conf
root soft nofile 655350
root hard nofile 655350
* soft nofile 655350
* hard nofile 655350
* soft stack unlimited
* hard stack unlimited
* soft nproc 655360
* hard nproc 655360
* soft core unlimited
* hard core unlimited
2.上传all-in-one 安装包
下载地址:OceanBase 社区版下载 - 开源数据库下载 - OceanBase 数据库下载中心
3.解压安装包
tar -xzf oceanbase-all-in-one-4.3.0.1-100000242024032211.el7.x86_64.tar.gz
4.执行安装
进入解压目录 oceanbase-all-in-one,执行:./bin/install.sh 安装
5.快速部署
如上图。
6.通过obclient 连接ob
obclient -h127.0.0.1 -P2883 -uroot -Doceanbase -A
二.通过MySQL客户端连接OB租户,DBEAVER 客户端连接MySQL租户。
mysql -h 192.168.80.6 -uroot@sys -P2883 -p -c -A oceanbase
这里observer密码为空 -p 为空就行。
三,通过DBeaver 连接 observer
连接前需要先下载驱动。
连接成功。