#这是我的MySql数据的配置
#本文中我的用计算机的mysql数据库安装目录是 "D:webservermysql"
#我的数据库目录是 "F:sun datamysql data"
#我的计算机的IP地址为192.168.0.2 If the public IP is the same
#[mysqld] Part of the MySQL Environment configuration section
#[winmysqladmin] for the database startup section
[Code] to [/code] between the configuration environment variables and the part of the transaction database
The part of the #本文中使用 "#" is optional for the comment line body part with "#", which can be opened
#本文参考了部分mysql的阅读文件.
[Mysqld]
Basedir=d:/webserver/mysql
#bind-address=192.168.0.2
Datadir=f:/sun Date/mysql data/
#language =d:/webserver/mysql/share/your Language Directory
#slow Query log#=
#tmpdir #=
#port =3306
[Winmysqladmin]
Server=d:/webserver/mysql/bin/mysqld-max-nt.exe
user= the user name of the startup database
password= password to start the database
[Code]
Innodb_data_file_path = ibdata1:1000m;ibdata2:1000m
Innodb_data_home_dir = D:webservermysqlibdata
Set-variable = Innodb_mirrored_log_groups=1
Innodb_log_group_home_dir = D:webservermysqliblogs
Innodb_flush_log_at_trx_commit=1
Innodb_log_arch_dir = D:webservermysqliblogs
Innodb_log_archive=0
Set-variable = innodb_buffer_pool_size=80m
Set-variable = innodb_additional_mem_pool_size=10m
Set-variable = innodb_file_io_threads=4
Set-variable = innodb_lock_wait_timeout=50
Set-variable = innodb_log_files_in_group=3
Set-variable = innodb_log_file_size=30m
Set-variable = innodb_log_buffer_size=8m
#set-variable = key_buffer=16m
[/code]
http://www.bkjia.com/PHPjc/630910.html www.bkjia.com true http://www.bkjia.com/PHPjc/630910.html techarticle #这是我的MySql数据的配置 #本文中我的用计算机的mysql数据库安装目录是d: Webservermysql #我的数据库目录是f: Sun datamysql data #我的计算机的IP地址...