From 363c8bc1215473ce716159837b6caffef767a56f Mon Sep 17 00:00:00 2001 From: xalior Date: Wed, 17 Dec 2025 12:07:28 +0000 Subject: [PATCH] Update docs/ZXDB.md --- docs/ZXDB.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/ZXDB.md b/docs/ZXDB.md index 8167e48..3d66f14 100644 --- a/docs/ZXDB.md +++ b/docs/ZXDB.md @@ -22,9 +22,8 @@ ZXDB ( https://github.com/zxdb/ZXDB )is a community‑maintained database of ZX - This creates `search_by_titles`, `search_by_names`, `search_by_authors`, and `search_by_publishers` tables. 3. Create a read‑only role/user (recommended). - - Example (see `bin/import_mysql.sh`): - - Create role `zxdb_readonly`. - - Grant `SELECT, SHOW VIEW` on your `zxdb` database to the user. + - Create user `zxdb_readonly`. + - Grant `SELECT, SHOW VIEW` on your `zxdb` database to the user. ## Environment configuration