參照MySQL 5.5設定檔修改MySQL 5.6設定檔

來源:互聯網
上載者:User

作業系統CentOS 6.3 32位
 
預設mysql5.6設定檔

# 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.
 
 
 
[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.
 
# join_buffer_size = 128M
 
# sort_buffer_size = 2M
 
# read_rnd_buffer_size = 2M
 
 
 
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
 
 
 
使用預設設定檔啟動後mysql5.6的情況
 


mysql> status;
 
--------------
 
mysql  Ver 14.14 Distrib 5.6.10, for Linux (i686) using  EditLine wrapper
 
 
 
Connection id:  1
 
Current database: 
 
Current user:  root@localhost
 
SSL:    Not in use
 
Current pager:  stdout
 
Using outfile:  ''
 
Using delimiter:  ;
 
Server version:  5.6.10 Source distribution
 
Protocol version:  10
 
Connection:  Localhost via UNIX socket
 
Server characterset:  latin1
 
Db    characterset:  latin1
 
Client characterset:  utf8
 
Conn.  characterset:  utf8
 
UNIX socket:  /tmp/mysql.sock
 
Uptime:    10 sec
 
 
 
Threads: 1  Questions: 5  Slow queries: 0  Opens: 67  Flush tables: 1  Open tables: 60  Queries per second avg: 0.500
 
--------------
可以看出“Server characterset”、“Db    characterset”這兩項預設為“latin1”,如果我們需要更改預設字元集,請在my.cnf設定檔中添加
 
character-set-server=utf8
 
之後重啟mysql服務
 
service mysql restart

  • 1
  • 2
  • 下一頁

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.