Skip to content

Minimal BaikalDB Cluster

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

启动

cd insider-preview
docker-compose up

体验使用

#登录
brew install [email protected] //mysqlclient版本小于8,如果有可以不用装
mysql -h127.0.0.1 -P28282 -uroot -proot
>use TestDB;
>create/select/insert ..
Clone this wiki locally