Update docs/ZXDB.md

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

View File

@@ -22,9 +22,8 @@ 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.
3. Create a readonly 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