summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2020-03-28 04:41:36 +0000
committerfox <[email protected]>2020-03-28 04:41:36 +0000
commit517d0f8cae5a165c2eb3019efcaa99aa549d9ea9 (patch)
tree944725bb6b517c31c61a115b6b5658afb6bc9de4
parentc9c1424a2bb66865736d1aa016a1041f3ba93750 (diff)
Update page 'FAQ'
-rw-r--r--FAQ.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 7fdcf43..a0bc8ac 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -55,6 +55,10 @@ tt-rss is developed with PostgreSQL in mind, MySQL support is an afterthought.
If possible, consider using PostgreSQL for tt-rss. MySQL is supported but some minor features may be exclusive to Postgres and you're going to see worse performance (because InnoDB is slow).
+#### MySQL/MariaDB is complaining about SQL errors in ``counters.php``
+
+https://community.tt-rss.org/t/troubleshoot-problems-updating-to-last-version-c0f689a58f/3344/7?u=fox
+
#### I need an URL I can call to subscribe to feed to integrate with some third party browser extension/application.
<code>https://example.com/tt-rss/public.php?op=subscribe&feed\_url=%s</code>