add changes about web db access

svn path=/trunk/boinc/; revision=271
This commit is contained in:
Barry Luong 2002-08-06 23:17:26 +00:00
parent 250e90be28
commit 413f1b64d9
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
and result. The reference implementation uses MySQL, but any SQL
database can be used.
</p>
<p>
In boinc/html_user/ there is a file called db_name containing only the
name of the database for that project. Each BOINC project will have a different database
name. This allows for access to different databases through the webpages of projects.
<p>
The database tables are as follows:
</p>