MySQL–zip包安裝

來源:互聯網
上載者:User

標籤:

1.解壓mysql-5.6.26-winx64.zip到任意位置,如:c:\

2.設定環境變數.

3.copy一份my-default.ini 為my.ini,修改內容如下:

# 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.#mysql根目錄 basedir =C:\mysql-5.6.20-winx64#資料檔案存放目錄 datadir =C:\mysql-5.6.20-winx64\data# port = .....   連接埠,預設3306# 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_TABLES #服務端的編碼方式character-set-server=utf8[client]#用戶端編碼方式,最好和服務端儲存一致loose-default-character-set = utf8

3.以管理員運行cmd,執行

mysqld -install

將MySQL的安裝到windows的服務,可以用

services.msc

查看MySQL服務已經啟動;

mysqld –remove 將卸載服務

4.啟動MySQL服務

net start mysql

net stop mysql 將停止服務

5.登陸

mysql -u root -p

第一次運行密碼為空白;

修改密碼:

mysqladmin -uroot -p password <新密碼>

運行:

show variables like ‘%version%‘;

查看資料庫的相關資訊:

MySQL–zip包安裝

聯繫我們

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