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';
相关文章
相关标签/搜索