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';