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 6
6
- DBeaver CE
7
7
- Docker + Docker Compose (plugin)
8
8
- Git
9
- - (Optional) MySQL via CLI
9
+ - (Optional) MariaDB/ MySQL client-only CLI (no server)
10
10
11
11
> ** 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'
13
14
> 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.)
14
16
15
17
---
16
18
@@ -90,10 +92,6 @@ Fill exactly:
90
92
91
93
Click ** Test Connection** (optional) → ** Finish** .
92
94
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
-
97
95
98
96
## 7) Edit the project ` .env `
99
97
@@ -106,7 +104,7 @@ MASTER_NAME=master_name_here
106
104
MASTER_PASSWORD=master_pw_here
107
105
```
108
106
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.
110
108
- Save the file.
111
109
112
110
---
You can’t perform that action at this time.
0 commit comments