Changes between Version 56 and Version 57 of ServerIntro
- Timestamp:
- Sep 23, 2010, 4:29:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v56 v57 89 89 }}} 90 90 * 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]. 92 92 * 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. 93 93 * 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]. 95 95 96 96 === MySQLclient notes === #MySQLclient-notes … … 293 293 $ svn co http://boinc.berkeley.edu/svn/tags/boinc_core_release_5_9_5/boinc boinc_595 294 294 }}} 295 Hint: Normally you won't need a self-compiled client, you can always get the latest one from [/ download_all.php BOINC website].295 Hint: Normally you won't need a self-compiled client, you can always get the latest one from [//download_all.php BOINC website]. 296 296 297 297 NOTE: Tags are only for client software, always checkout the latest revision for the server!