---
name: dev-db-only
description: Only ever query the dev tenant DB (85-1384947162); never touch other tenant databases
metadata: 
  node_type: memory
  type: feedback
  originSessionId: e3544540-ee13-4199-bde9-fa2d3142348d
---

When querying MariaDB on host `192.168.20.35` (user `claude`, pw `M15QL2023!`), only use the dev tenant DB **`85-1384947162`**. Do NOT run `SHOW DATABASES`, enumerate, or query any other tenant DB (the `100-*`, `220-*`, other `85-*`, `evolution`, etc.) unless the user explicitly names one for a specific task.

**Why:** Those are live customer tenant databases. Poking around them is a privacy/data-safety problem, and the user was annoyed by it. Dev work is validated against `85-1384947162` only; schema changes propagate to the rest via an external tool.

**How to apply:** Default every ad-hoc query to `85-1384947162`. If a task seems to need another tenant, stop and ask first. See [[dev_mysql_access]] and [[evolution_workspace_mapping]].
