This repository was archived by the owner on Oct 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 66- DBeaver CE
77- Docker + Docker Compose (plugin)
88- Git
9- - (Optional) MySQL via CLI
9+ - (Optional) MariaDB/ MySQL client-only CLI (no server)
1010
1111> ** Optional MySQL via CLI:** only if you want a local server outside Docker.
12- > macOS (Homebrew): ` brew install mysql `
12+ > macOS (Homebrew): ` brew install mysql `
13+ > 'echo 'export PATH="/opt/homebrew/opt/mysql-client/bin:$PATH"' >> ~ /.zshrc && source ~ /.zshrc'
1314> Ubuntu/Debian: ` sudo apt-get update && sudo apt-get install -y mysql-server `
15+ > (Do NOT install or start a local server. We’ll run the DB in Docker.)
1416
1517---
1618
@@ -90,10 +92,6 @@ Fill exactly:
9092
9193Click ** Test Connection** (optional) → ** Finish** .
9294
93- > Screenshot included in this repo-friendly path:
94- >
95- > <img width =" 558 " height =" 326 " alt =" Main Advanced Driver properties " src =" https://github.com/user-attachments/assets/66bf0913-5dd2-46d3-b27c-eb7ac74f6f35 " />
96-
9795
9896## 7) Edit the project ` .env `
9997
@@ -106,7 +104,7 @@ MASTER_NAME=master_name_here
106104MASTER_PASSWORD=master_pw_here
107105```
108106
109- - ` DATABASE_NAME ` must match the seed DB you intend to use (e.g., ` ciscollections_2025_02_10_4__2025_08_22 ` ) .
107+ - ` DATABASE_NAME ` must match the seed DB you intend to use.
110108- Save the file.
111109
112110---
You can’t perform that action at this time.
0 commit comments