-
Notifications
You must be signed in to change notification settings - Fork 92
arana 入门示例
Zonglei Dong edited this page Jun 24, 2023
·
2 revisions
git clone https://github.com/arana-db/arana
提示:如果使用苹果arm架构(M1,M2等),需要在docker-compose.yaml的mysql下添加一行,因为没有支持苹果arm架构(M1,M2等)的镜像,所以需要使用x86架构的镜像。
docker compose up -d
注意 go 版本是 1.16
127.0.0.1 arana-mysql
mysql -h127.0.0.1 -P13306 -uarana -p123456