到社区版首页->快速上首->使用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.
评论