OceanBase使用指南

By admin , 27 四月, 2025

到社区版首页->快速上首->使用All in One安装包安装:

bash -c "$(curl -s https://obbusiness-private.oss-cn-shanghai.aliyuncs.com/download-center/opensource/oceanbase-all-in-one/installer.sh)"
source ~/.oceanbase-all-in-one/bin/env.sh
obd demo

启动后到配置文件查看oceanbase-ce的root_password密码:

~/.obd/cluster/demo

然后连接数据库:

mysql -h127.0.0.1 -P2883 -uroot -p

 

目前最新社区版基于的MySQL版本似乎比较低,无法满足最新Drupal的安装需求:

The database server version 5.7.25-OceanBase_CE-v4.3.5.1 is less than the minimum required version 8.0.

评论

Restricted HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src>
  • 自动断行和分段。
  • 网页和电子邮件地址自动转换为链接。
CAPTCHA
请输入"Drupal"
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

最新评论