-
Notifications
You must be signed in to change notification settings - Fork 174
Minimal BaikalDB Cluster
Tao Liu edited this page Nov 18, 2020
·
9 revisions
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 ..