一、手動創建添加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數據庫的數據的存放目錄datadir=C:/Program Files (x86)/mysql-8.0.17-winx64/data# 允許最大連接數max_connections=200# 服務端使用的字符集默認為8比特編碼的latin1字符集character-set-server=utf8# 創建新表時將使用的默認存儲引擎default-storage-engine=INNODB
二、8.0版本登錄出現Access denied for user 'root'@'localhost' (using password: YES)的解決方法
總結
以上所述是小編給大家介紹的Mysql 8.0.17 winx64版本安裝過程中遇到的問題,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對武林網網站的支持!
如果你覺得本文對你有幫助,歡迎轉載,煩請注明出處,謝謝!
新聞熱點
疑難解答