-
Notifications
You must be signed in to change notification settings - Fork 174
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 ..