-
Notifications
You must be signed in to change notification settings - Fork 9
SQLite
naudefj edited this page May 14, 2023
·
1 revision
FUDforum provides out of the box support for SQLite databases.
SQLite is extremely fast, probably the fasted database supported, but is only suitable for small forums (a couple of thousand posts maximum).
To check if your database is OK, navigate to the SQL Manager and run:
pragma integrity_check;
If problems are detected, run:
reindex; vacuum;
[
Home
]
[
Features
]
[
Installation
]
[
Upgrading
]
[
Administration
]
[
Support
]
[
Internals
]
Mirror for robots like Google that cannot index GitHUB Wiki Pages: https://github-wiki-see.page/m/fudforum/FUDforum/wiki_index