Changes between Version 4 and Version 5 of MysqlConfig


Ignore:
Timestamp:
Oct 17, 2007, 8:05:31 AM (16 years ago)
Author:
Didactylos
Comment:

spam fix

Legend:

Unmodified
Added
Removed
Modified
  • MysqlConfig

    v4 v5  
     1
    12= Configuring MySQL for BOINC =
    23
    3 A fast-and-easy script that makes recommendations for tuning server variables is [http://www.day32.com/MySQL/ here]. The mysqlreport utility gives a variety of information that can be useful for adjusting buffer pool allocations. It's available at [http://www.hackmysql.com/mysqlreport http://www.hackmysql.com/mysqlreport].
    4 
    5 ----
     4Resources:
     5
     6 * A fast-and-easy script that makes recommendations for tuning server variables is [http://www.day32.com/MySQL/ here].
     7 * The mysqlreport utility gives a variety of information that can be useful for adjusting buffer pool allocations. It's available at [http://www.hackmysql.com/mysqlreport http://www.hackmysql.com/mysqlreport].
     8 * Slides from [http://www.mysqlperformanceblog.com/files/presentations/OSDBCON2006-Innodb-Architecture-and-Performance.pdf a presentation by Peter Zaitsev], 2006.
     9 * Slides from [http://www.mysqlperformanceblog.com/files/presentations/UC2005-Advanced-Innodb-Optimization.pdf a presentation by Peter Zaitsev], 2005.
    610
    711== Introduction ==