MySQLの設定
出典: Live Commerceドキュメント
MySQLの設定ファイルである my.cnf の設定例です。この設定はサーバ管理者が通常ROOT権限で行う設定です。
共用サーバをご利用されている方は設定できません。 サーバハードウェアで許容されている範囲で適切に設定してください。
# The MySQL server [mysqld] #port = 3306 #socket = /var/lib/mysql/mysql.sock skip-locking key_buffer = 256M max_allowed_packet = 1M table_cache = 256 sort_buffer_size = 1M read_buffer_size = 1M read_rnd_buffer_size = 4M myisam_sort_buffer_size = 64M thread_cache_size = 8 query_cache_size= 16M set-variable = max_connections=500 safe-show-database default-character-set=utf8 skip-character-set-client-handshake # Try number of CPU's*2 for thread_concurrency thread_concurrency = 2 [mysqldump] default-character-set=utf8 [mysql] default-character-set=utf8

