Changeset 34


Ignore:
Timestamp:
02/21/06 23:28:19 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-04-04 05:27:12 by root]
optimisations de mysql pour la dimension d'un serveur (on a au moins
128Mo de RAM ;) )

Original author: root
Date: 2003-04-04 05:27:12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/etc/mysql/my.cnf

    r24 r34  
    11# 
    22# Fichier de configuration de mysql pour AlternC 
    3 # $Id: my.cnf,v 1.1 2003/04/03 18:45:16 jonathan Exp $ 
     3# $Id: my.cnf,v 1.2 2003/04/04 05:27:12 root Exp $ 
    44 
    55[client] 
    6 #password       = poipoi 
    76port            = 3306 
    87socket          = /var/run/mysqld/mysqld.sock 
    98 
    109# Here is entries for some specific programs 
    11 # The following values assume you have at least 32M ram 
     10# The following values assume you have at least 128M ram 
    1211 
    1312[safe_mysqld] 
     
    2827#  skip-networking 
    2928skip-innodb 
    30 set-variable    = key_buffer=16M 
    31 set-variable    = max_allowed_packet=1M 
    32 set-variable    = thread_stack=128K 
     29set-variable    = key_buffer=32M 
     30set-variable    = max_allowed_packet=4M 
     31set-variable    = thread_stack=512K 
    3332 
    3433[mysqldump] 
    3534quick 
    36 set-variable    = max_allowed_packet=1M 
     35set-variable    = max_allowed_packet=4M 
    3736 
    3837[mysql] 
    39 #no-auto-rehash # faster start of mysql but no tab completition 
     38no-auto-rehash  # faster start of mysql but no tab completition 
    4039 
    4140[isamchk] 
    42 set-variable    = key_buffer=16M 
     41set-variable    = key_buffer=32M 
Note: See TracChangeset for help on using the changeset viewer.