Skip to content

Minimal BaikalDB Cluster

Tao Liu edited this page Nov 18, 2020 · 9 revisions

利用docker compose启动

git clone ...
cd insider-preview
docker-compose up

体验使用

#安装 mysql 客户端,要求5.6版本
brew install [email protected] // Mac
#登录使用
mysql -h127.0.0.1 -P28282 -uroot -proot
>use TestDB;
>create/select/insert ..
Clone this wiki locally