Mysql安裝配置

來源:互聯網
上載者:User

Mysql安裝配置

1.       下載mysql5.5.18綠色版,mysql下載官網:mysql.com。

2.       解壓到目錄D:\mysql5.5.18。

3.       將mysql添加到環境變數path:

;D:\ mysql5.5.18\bin

4.       修改連接埠和字元集:在安裝目錄下找到my.ini設定檔開啟編輯,把連接埠改成3306(註:安裝的時候預設就是3306),並且把伺服器的字元集改成utf8(註:注意版本),如下:

# The following options will be passed to all MySQL clients

[client]

#password   = your_password

port               = 3306

socket           = /tmp/mysql.sock

default-character-set=gbk

 

# Here follows entries for some specific programs

 

# The MySQL server

[mysqld]

port               = 3306

socket           = /tmp/mysql.sock

skip-locking

key_buffer_size = 256M

max_allowed_packet = 1M

table_open_cache = 256

sort_buffer_size = 1M

read_buffer_size = 1M

read_rnd_buffer_size = 4M

myisam_sort_buffer_size = 64M

thread_cache_size = 8

query_cache_size= 16M

# Try number of CPU's*2 for thread_concurrency

thread_concurrency = 8

default-character-set=utf8

log_bin_trust_function_creators = 1

注意:my.ini設定檔一定要有。

5.       mysql資料庫安裝好後,找到其安裝目錄下data檔案夾,將資料庫檔案拷入data檔案夾內。然後啟動其安裝目錄下bin檔案夾裡面的mysqld。

 

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.