3、tmpdir="D:/phptools/MySQL/temp/"
這條是設置臨時文件目錄的,此條是我在檢測錯誤時候加上的,是否不用加我沒有測試,總之加上是沒有錯誤的。下面附上my.ini的整體配置文件。
======================my.ini START ======================
# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/ ... ation-defaults.html
# *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
# *** default location during install, and will be replaced if you
# *** upgrade to a newer version of MySQL.
[mysqld]
character-set-server=utf8
# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
# innodb_buffer_pool_size = 128M
# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
# log_bin
# These are commonly set, remove the # and set as required.
# basedir = .....
# datadir = .....
# port = .....
# server_id = .....
basedir=D:/phptools/MySQL
datadir=D:/phptools/MySQL/data
port=3306
innodb_buffer_pool_size=128M
innodb_log_file_size=8M
# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
# join_buffer_size = 128M
# sort_buffer_size = 2M
# read_rnd_buffer_size = 2M
# sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
tmpdir="D:/phptools/MySQL/temp/"
======================my.ini END======================
打開命令行鍵入“mysqld install”
啟動服務:net start mysql
MySQL End
環(huán)境已經搭建完成。下面測試MySQL數據庫與安裝破解Zeed Studio。
登錄MySQl:mysql -p3306 -u root -p
Zeed Studio IDE安裝:
下載地址直接在官方下載吧。大約320兆。直接安裝就可以了。安裝成功后需要輸入注冊碼,百度搜索一個破解補丁替換其中的dll文件就可以了。下面主要說Zeed Studio 12中設置Apache本地服務器。比較簡單。
window => preferences