您好,登錄后才能下訂單哦!
本文主要給大家簡單講講Win7系統怎么樣安裝MySQL5.6解壓版,相關專業術語大家可以上網查查或者找一些相關書籍補充一下,這里就不涉獵了,我們就直奔主題吧,希望Win7系統怎么樣安裝MySQL5.6解壓版這篇文章可以給大家帶來一些實際幫助。
MySQL:5.6
操作系統:Win7
提供幾個下載地址:
官網:https://dev.mysql.com/downloads/
鏡像:http://mirrors.163.com/
具體地址:path:E:\SystemTools\mysql-5.6.41-winx64\bin;
復制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. [client] default-character-set=utf8 [mysql] default-character-set=utf8 [mysqld] character-set-server=utf8 # 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 = E:\SystemTools\mysql-5.6.41-winx64 datadir = D:\SystemTools\mysql-5.6.41-winx64\data # 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_TABLES
效果圖
命令:
mysqld -install ## 安裝MySQL服務 mysqld -remove ## 卸載MySQL服務 net start mysql ## 啟動MySQL服務 net stop mysql ## 停止MySQL服務
MySQL剛剛安裝,root是沒有用戶密碼的,可以直接登錄,如下:
Win7系統怎么樣安裝MySQL5.6解壓版就先給大家講到這里,對于其它相關問題大家想要了解的可以持續關注我們的行業資訊。我們的板塊內容每天都會捕捉一些行業新聞及專業知識分享給大家的。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。