当前位置: 首页 > 图文教程 > 数据库 > MYSQL > MySQL性能调整之my.cnf文件的配置方法

MYSQL
MySQL安全性指南
linux下建立mysql镜像数据库
Mysql备份脚本
MySQL的DBI/DBD简明安装手册
Mysql中左连接的使用
MySQL管理介绍
采用ODBC接口访问MySQL指南
MySQL UDF调试方式debugview
MySQL数据目录结构
MySQL数据导入导出方法与工具介绍
MySQL服务维护笔记(上)
跟着lanche学MySQL
MYSQL初学者使用指南
MySQL数据库的漏洞相当于其它数据库1/4
通过Mysql的语句生成后门木马的方法
怎样使MySQL安全以对抗解密高手
MySQL3.23.31之前版本的安全漏洞
MySQL安全问题(匿名用户)的一点心得
通过mysql入侵NT和win2000
Mysql数据库的安全配置、实用技巧

MYSQL 中的 MySQL性能调整之my.cnf文件的配置方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-17   浏览: 70 ::
收藏到网摘: n/a

MySQL性能调整之my.cnf文件的配置方法:

[mysqld]

datadir=/var/lib/mysql

socket=/var/lib/mysql/mysql.sock

skip-locking

set-variable = key_buffer=16M

set-variable = max_allowed_packet=1M

set-variable = thread_stack=64K

set-variable = record_buffer=1M

set-variable = table_cache=1024

set-variable = sort_buffer=4M

set-variable = net_buffer_length=8K

set-variable = max_connect_errors=100

set-variable = max_connections=1024

server-id = 1

[mysqldump]

quick

set-variable = max_allowed_packet=16M


[mysql]

no-auto-rehash

# Remove the next comment character if you are not familiar with SQL

#safe-updates


[isamchk]

set-variable = key_buffer=20M

set-variable = sort_buffer=20M


[myisamchk]

set-variable = key_buffer=20M

set-variable = sort_buffer=20M


[mysqlhotcopy]

interactive-timeout


[mysql.server]

user=mysql

basedir=/var/lib


[safe_mysqld]

err-log=/var/log/mysqld.log

pid-file=/var/run/mysqld/mysqld.pid