You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's easy for local machine, you just need to run docker-compose up -d at the project root, and it will start a sample Arana server (port 3307) with a MySQL server (port 3306).
NOTICE: If you want to debug the Arana server, you can find the main function at <PROJECT_ROOT>/example/local_server/main.go, run it, and it will listen on port 13306.
Connect
You can connect the Arana server with the mysql client, as a normal MySQL server.
The mycli is recommended, just run mycli -h127.0.0.1 -P<ARANA_PORT> -uarana employees -p123456.
documentationImprovements or additions to documentation
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Install Tools
Start
It's easy for local machine, you just need to run
docker-compose up -d
at the project root, and it will start a sample Arana server (port 3307) with a MySQL server (port 3306).Connect
You can connect the Arana server with the mysql client, as a normal MySQL server.
The mycli is recommended, just run
mycli -h127.0.0.1 -P<ARANA_PORT> -uarana employees -p123456
.Have fun. 😃
Beta Was this translation helpful? Give feedback.
All reactions