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