MySQL的bin目錄下沒有my-default.ini和my.ini(都沒有),影響使用嗎,或者說 那個檔案是干嘛的
uj5u.com熱心網友回復:
參考:http://bbs.csdn.net/topics/390340540uj5u.com熱心網友回復:
詳細資訊參考下面網址:http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
具體內容如下:主要是資料庫的通用設定
[mysqld]
# 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 = .....
# socket = .....
# 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.r advice on how to change settings please see
uj5u.com熱心網友回復:
里面什么都不用設定就可以使用uj5u.com熱心網友回復:
# 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
# lower_case_table_names = 1
主要使用的就是紅色的這句話
uj5u.com熱心網友回復:
組態檔,沒有還能用?轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/102725.html
標籤:一般軟件使用
下一篇:哪位大神幫忙看看,為什么會這樣,2008系統,輸入密碼登錄提示“window必須重新安裝才能激活”,后臺服務都在運行,就是進不來操作界面。安全模式可以進入的,傷
