mysql 5.7.16 winx64安裝配置方法圖文教程
針對(duì)之前安裝mysql的筆記進(jìn)行了總結(jié),分享給大家。
版本:MySQL-5.7.16-winx64
平臺(tái):Windows 7 x64
1、進(jìn)入mysql主目錄(建議將其移到C或D盤的根目錄,并改名為mysql)
2、配置path環(huán)境變量(如D:\JAVA\mysql)添加到環(huán)境變量中。
3、mysql主目錄下的my-default.ini文件改名為my.ini,最簡(jiǎn)單配置如下
# 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下進(jìn)入bin目錄
4、運(yùn)行:mysqld --initialize
5、安裝mysql mysqld install mysql --defaults-file="D:\JAVA\mysql\my.ini"
6、啟動(dòng)mysql net start mysql
后記:
在初始化時(shí)如果加上 –initial-insecure,則會(huì)創(chuàng)建空密碼的 root@localhost 賬號(hào),否則會(huì)創(chuàng)建帶密碼的 root@localhost 賬號(hào)
密碼保存在:data文件夾下的*.err文件中
:2016-11-25T04:05:29.713660Z 1 [Note] A temporary password is generated for root@localhost: /lSEqHkou0x%
精彩專題分享:mysql不同版本安裝教程 mysql5.7各版本安裝教程 mysql5.6各版本安裝教程
以上就是本文的全部內(nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。
- mysql 5.7.16 安裝配置方法圖文教程
- MySQL(win7x64 5.7.16版本)下載、安裝、配置與使用的詳細(xì)圖文教程
- 64位 win10系統(tǒng)安裝綠色版mysql-5.7.16-winx64的教程
- mysql installer community 5.7.16安裝詳細(xì)教程
- Linux 使用rpm方式安裝最新mysql(5.7.16)步驟及常見問題解決方法
- mysql 5.7.16 zip包安裝配置方法圖文教程
- 詳解CentOS 6.5中安裝mysql 5.7.16 linux glibc2.5 x86 64(推薦)
- linux下mysql 5.7.16 免安裝版本圖文教程
- MySQL5.7.16綠色版安裝教程詳解
- mysql 5.7.16 ZIP包安裝配置教程
相關(guān)文章
Idea 如何導(dǎo)入Mysql8.0驅(qū)動(dòng)jar包
IDEA中的庫(Libraries)就是用來存放外部jar包,我們的項(xiàng)目或模塊需要某些jar包時(shí),可以從這里把包導(dǎo)入到模塊依賴(Dependencies)中,本文給大家介紹Idea 如何導(dǎo)入Mysql8.0驅(qū)動(dòng)jar包,感興趣的朋友一起看看吧2023-12-12mysql5.7.19 winx64安裝配置方法圖文教程(win10)
這篇文章主要為大家詳細(xì)介紹了mysql5.7.19 winx64安裝配置教程,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下2017-07-07MySQL數(shù)據(jù)讀寫分離MaxScale相關(guān)配置
這篇文章主要為大家介紹了MySQL數(shù)據(jù)讀寫分離MaxScale相關(guān)配置詳解,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進(jìn)步,早日升職加薪2023-07-07分享CentOS下MySQL最新版本5.6.13源碼安裝過程
這篇文章主要介紹了CentOS下安裝MySQL最新版本5.6.13過程分享,需要的朋友可以參考下2014-02-02mysql下mysql-udf-http效率測(cè)試小記
看到張宴的博客上關(guān)于"http/rest客戶端的文章",怎樣安裝啥的直接都跳過,下面直接進(jìn)入測(cè)試階段。2011-08-08mysql修改表結(jié)構(gòu)方法實(shí)例詳解
這篇文章主要介紹了mysql修改表結(jié)構(gòu)方法,以實(shí)例形式較為詳細(xì)的分析了mysql修改表結(jié)構(gòu)的具體方法與相關(guān)注意事項(xiàng),具有一定參考借鑒價(jià)值,需要的朋友可以參考下2015-10-10MySQL replace函數(shù)替換字符串語句的用法
MySQL replace函數(shù)我們經(jīng)常用到,下面就為您詳細(xì)介紹MySQL replace函數(shù)的用法,希望對(duì)您學(xué)習(xí)MySQL replace函數(shù)方面能有所啟迪。2010-12-12