Update docs/ZXDB.md

This commit is contained in:
2025-12-17 12:07:28 +00:00
parent 038c60338b
commit 363c8bc121

View File

@@ -22,8 +22,7 @@ ZXDB ( https://github.com/zxdb/ZXDB )is a communitymaintained database of ZX
- This creates `search_by_titles`, `search_by_names`, `search_by_authors`, and `search_by_publishers` tables. - This creates `search_by_titles`, `search_by_names`, `search_by_authors`, and `search_by_publishers` tables.
3. Create a readonly role/user (recommended). 3. Create a readonly role/user (recommended).
- Example (see `bin/import_mysql.sh`): - Create user `zxdb_readonly`.
- Create role `zxdb_readonly`.
- Grant `SELECT, SHOW VIEW` on your `zxdb` database to the user. - Grant `SELECT, SHOW VIEW` on your `zxdb` database to the user.
## Environment configuration ## Environment configuration