Changes between Version 56 and Version 57 of ServerIntro


Ignore:
Timestamp:
Sep 23, 2010, 4:29:24 PM (14 years ago)
Author:
Nicolas
Comment:

Fix TracLinks to work in Trac 0.11

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v56 v57  
    8989}}}
    9090 * Set your `PATH` environment variable to include MySQL programs (typically `/usr/local/mysql` and `/usr/local/mysql/bin`).
    91  * You'll need to back up your database. Generally this requires stopping the project, making a copy or snapshot, and restarting. An example is [/mysql_backup.txt here].
     91 * You'll need to back up your database. Generally this requires stopping the project, making a copy or snapshot, and restarting. An example is [//mysql_backup.txt here].
    9292 * BOINC gets MySQL compiler and linker flags from a program called `mysql_config` which comes with your MySQL distribution. This sometimes references libraries that are not part of your base system installation, such as `-lnsl` or `-lnss_files`. You may need to install additional packages (often you can use something called 'mysql-dev' or 'mysql-devel') or fiddle with Makefiles.
    9393 * MySQL can be the bottleneck in a BOINC server. To optimize its performance, read about [MysqlConfig configuring MySQL for BOINC].
    94  * [/mysql_cluster.txt Notes on running MySQL on a cluster].
     94 * [//mysql_cluster.txt Notes on running MySQL on a cluster].
    9595
    9696=== MySQLclient notes === #MySQLclient-notes
     
    293293$ svn co http://boinc.berkeley.edu/svn/tags/boinc_core_release_5_9_5/boinc boinc_595
    294294}}}
    295 Hint: Normally you won't need a self-compiled client, you can always get the latest one from [/download_all.php BOINC website].
     295Hint: Normally you won't need a self-compiled client, you can always get the latest one from [//download_all.php BOINC website].
    296296
    297297NOTE: Tags are only for client software, always checkout the latest revision for the server!