windows安装mysql教程
https://www.cnblogs.com/zhangkanghui/p/9613844.html
开启外网访问:
命令行登录mysql
use mysql; update user set host='%' where user='root'; flush privileges;
ok
补充:修复mysql 8.0 caching-sha2-password问题
ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '123'; FLUSH PRIVILEGES;
    ⎛⎝官萧何⎠⎞一只快乐的爪哇程序猿;邮箱:1570608034@qq.com

                
            
        
浙公网安备 33010602011771号