Mysql配置文件

WBOY
リリース: 2016-06-07 15:47:03
オリジナル
1245 人が閲覧しました

[client] #password = your_password port = 3306 socket = /var/lib/mysql/mysql.sock [mysqld] port = 3306 socket = /var/lib/mysql/mysql.sock skip-external-locking skip-innodb #skip-name-resolve #skip-networking #skip-locking max_allowed_packe


[client]
#password       = your_password
port            = 3306
socket          = /var/lib/mysql/mysql.sock

[mysqld]
port            = 3306
socket          = /var/lib/mysql/mysql.sock

skip-external-locking
skip-innodb
#skip-name-resolve
#skip-networking
#skip-locking

max_allowed_packet = 32M
max_connections    = 7000
#max_seeks_for_key  = 3000

key_buffer_size = 512M
table_open_cache = 512
sort_buffer_size = 16M
read_buffer_size = 16M
join_buffer_size = 32M
read_rnd_buffer_size = 32M

myisam_sort_buffer_size = 96M

thread_cache_size = 32
query_cache_size = 32M

tmp_table_size   = 128M

wait_timeout = 25
interactive_timeout = 25

# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8

slow_query_log  = 1
long_query_time = 10
slow_query_log_file = /var/log/slowlog.log #skip-networking

#log-bin = mysql-bin
#expire_logs_days = 20
server-id       = 1
[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[myisamchk]
key_buffer_size = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート