My MySQL transaction processing _php tutorial

Source: Internet
Author: User
#这是我的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地址...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.