Skip to content

Commit e54631c

Browse files
authored
Update Install_Specify7.md
1 parent d8b9a5b commit e54631c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

sphinx/developer_utils/Install_Specify7.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
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

9193
Click **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
106104
MASTER_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
---

0 commit comments

Comments
 (0)