mysql 5.7.16 winx64安裝配置方法圖文教程_Mysql

來源:互聯網
上載者:User

針對之前安裝mysql的筆記進行了總結,分享給大家。

版本:MySQL-5.7.16-winx64
平台:Windows 7 x64

1、進入mysql主目錄(建議將其移到C或D盤的根目錄,並改名為mysql)
2、配置path環境變數(如D:\JAVA\mysql)添加到環境變數中。
3、mysql主目錄下的my-default.ini檔案改名為my.ini,最簡單配置如下

# For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.7/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 = D:\JAVA\mysql datadir = D:\JAVA\mysql\data port = 3306 max_connections = 20 character-set-server = utf8   # 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 

如下圖所示:

上圖可見,mysql沒有data目錄,接下來我們需要初始化data目錄
cmd下進入bin目錄

4、運行:mysqld --initialize


5、安裝mysql   mysqld install mysql --defaults-file="D:\JAVA\mysql\my.ini"

6、啟動mysql net start mysql

後記:
在初始化時如果加上 –initial-insecure,則會建立空密碼的 root@localhost 帳號,否則會建立帶密碼的 root@localhost 帳號
密碼儲存在:data檔案夾下的*.err檔案中
:2016-11-25T04:05:29.713660Z 1 [Note] A temporary password is generated for root@localhost: /lSEqHkou0x%

精彩專題分享:mysql不同版本安裝教程 mysql5.7各版本安裝教程

以上就是本文的全部內容,希望對大家的學習有所協助,也希望大家多多支援雲棲社區。

聯繫我們

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