Skip to content

The BOINC database

David Anderson edited this page Mar 19, 2026 · 4 revisions

BOINC stores information in a MySQL database. The main tables are:

platform

See BOINC platforms.

app

Applications.

app_version

Application versions

user

Describes users, including their email address, name, encrypted password, and authenticator.

host

Describes hosts.

workunit

Describes workunits. The input file descriptions are stored in an XML document in a blob field.

result

Describes results. The output file descriptions are stored in an XML document in a blob field.

The database is created by the make_project script. Normally you don't have to directly examine or manipulate the database. If you need to, you can use the MySQL command-line interpreter or BOINC's administrative web interface.

Clone this wiki locally