Navicat连接MySQL Server8.0版本时出现Client does not support authentication protocol requested by server;解决如下:
命令如下:
1、use mysql;
2、alter user 'root'@'localhost' identified with mysql_native_password by '********';
3、flush privileges;
mixin与派生
4.9作业
property
继承
封装
《梦断代码》阅读笔记1
阅读笔记3——《大道至简》第四、五、六章
阅读笔记2——《大道至简》第二、三章
阅读笔记1——《大道至简》第一章