windows mysql 8

一、下載地址

https://dev.mysql.com/downloads/windows/installer/8.0.htmlhtml

二、安裝

    執行mysql-installer-community-8.0.11.0.msimysql

三、Navicat鏈接

    緣由是MySQL8.0版本的加密方式和MySQL5.0的不同,鏈接會報錯。sql

    能夠打開MySQL 8.0 Command Line Client,須要執行如下語句windows

alter user 'root'@'localhost' identified with mysql_native_password by '123456';
相關文章
相關標籤/搜索