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 (couple of thousand posts max).
To check if your database is OK, navigate to the SQL Manager and run:
pragma integrity_check;
If problems are detected, run:
reindex; vacuum;
Supported database types | |
---|---|
DB2 | CUBRID | Firebird | MySQL | PostgreSQL | Oracle | SQLite | SQL Server | |
|
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Can't contact the database server: Cannot return last error, no db connection)