windows 下 修改mysql配置文件
生活随笔
收集整理的這篇文章主要介紹了
windows 下 修改mysql配置文件
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
windows 下安裝mysql配置文件
# For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.6/en/server-configuration-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.[client]loose-default-character-set = utf8[mysql]loose-default-character-set = utf8[mysql.server]loose-default-character-set = utf8[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.character_set_server = utf8loose-default-character-set = utf8 basedir =E:\mysql\mysql-5.5.41datadir =E:\mysql\mysql-5.5.41\datainit_connect='SET NAMES utf8' # port = ..... # server_id = .....# 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_TABLESbasedir=MySQL主目錄
datadir=MySQL主目錄\data
根據(jù)mysql安裝的目標路徑配置,然后以管理員身份運行cmd,重啟服務,就ojbk了!
總結
以上是生活随笔為你收集整理的windows 下 修改mysql配置文件的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 快速构建ceph可视化监控系统
- 下一篇: linux cmake编译源码,linu