解決Mysql 8.0.17 winx64版本安裝過程中遇到的問題
更新時間:2019年08月14日 16:20:20 作者:Lifeispink
這篇文章主要介紹了Mysql 8.0.17 winx64版本安裝過程中遇到的問題 ,非常不錯,具有一定的參考借鑒價值,需要的朋友可以參考下
一、手動創(chuàng)建添加my.ini文件
# CLIENT SECTION # ---------------------------------------------------------------------- # # The following options will be read by MySQL client applications. # Note that only client applications shipped by MySQL are guaranteed # to read this section. If you want your own MySQL client program to # honor these values, you need to specify it as an option during the # MySQL client library initialization. # [mysql] # 設置mysql客戶端默認字符集 default-character-set=utf8 [mysqld] #權限問題 # 設置3306端口 port = 3306 # 設置mysql的安裝目錄 basedir=C:\Program Files (x86)\mysql-8.0.17-winx64 # 設置mysql數(shù)據(jù)庫的數(shù)據(jù)的存放目錄 datadir=C:\Program Files (x86)\mysql-8.0.17-winx64\data # 允許最大連接數(shù)max_connections=200 # 服務端使用的字符集默認為8比特編碼的latin1字符集 character-set-server=utf8 # 創(chuàng)建新表時將使用的默認存儲引擎 default-storage-engine=INNODB
二、8.0版本登錄出現(xiàn)Access denied for user 'root'@'localhost' (using password: YES)的解決方法
總結
以上所述是小編給大家介紹的Mysql 8.0.17 winx64版本安裝過程中遇到的問題,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!
如果你覺得本文對你有幫助,歡迎轉(zhuǎn)載,煩請注明出處,謝謝!
相關文章
Mysql從5.6.14安全升級至mysql5.6.25的方法
這篇文章主要介紹了Mysql從5.6.14安全升級至mysql5.6.25的方法,本教程講的非常詳細,具有參考借鑒價值,需要的朋友參考下吧2016-08-08