Oceanbase all-in-one单机版部署,通过MySQL客户端连接OB租户,DBEAVER 客户端连接MySQL租户。
dbeaver
DBeaver 是一个通用的数据库管理工具,支持跨平台使用。* 支持多种数据库类型,如 MySQL、PostgreSQL、MongoDB 等;提供 SQL 编辑、查询、调试等功能;支持数据迁移和比较。* 特点:免费开源;界面友好;功能丰富。
项目地址:https://gitcode.com/gh_mirrors/db/dbeaver
免费下载资源
·
一.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
连接前需要先下载驱动。
连接成功。
GitHub 加速计划 / db / dbeaver
21
1
下载
DBeaver 是一个通用的数据库管理工具,支持跨平台使用。* 支持多种数据库类型,如 MySQL、PostgreSQL、MongoDB 等;提供 SQL 编辑、查询、调试等功能;支持数据迁移和比较。* 特点:免费开源;界面友好;功能丰富。
最近提交(Master分支:4 个月前 )
4c33020d
4 个月前
83d4cee8
4 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)