https://dev.mysql.com/downloads/windows/installer/8.0.htmlhtml
執行mysql-installer-community-8.0.11.0.msimysql
緣由是MySQL8.0版本的加密方式和MySQL5.0的不同,鏈接會報錯。sql
能夠打開MySQL 8.0 Command Line Client,須要執行如下語句windows
alter user 'root'@'localhost' identified with mysql_native_password by '123456';