bbong blog : 위치로그 : 태그 : 방명록 : 관리자 : 새글쓰기
bbong blog 블로그에 오신것을 환영해요^^
방명록에 글 남기기!!
26
132
149418
'2007/05/17'에 해당되는 글 2건
php.ini
Linux/Mysql, (2007/05/17 16:22)

수정해야할부분

allow_url_fopen = On

register_globals = On

display_errors = Off

post_max_size = 20M

upload_max_filesize = 20M


위로
my.cnf
Linux/Mysql, (2007/05/17 16:18)

ex ) /usr/local/mysql/shared/mysql/*.cnf



[mysqld]
skip-locking
set-variable    = key_buffer=1024M
set-variable    = max_allowed_packet=4M
set-variable    = table_cache=1024M
set-variable    = sort_buffer=128M
set-variable    = record_buffer=128M
set-variable    = thread_cache=32
# Try number of CPU's*2 for thread_concurrency
set-variable    = thread_concurrency=16
set-variable    = myisam_sort_buffer_size=256M
set-variable    = max_connections=4096
set-variable    = query_cache_size=4096M
set-variable    = wait_timeout=30
set-variable    = sort_buffer_size=32M
set-variable    = read_buffer_size=32M
set-variable    = thread_cache_size=256M

위로