mysql -uroot -p
进入mysql依次执行下面语句
ALTER USER 'root'@'localhost' IDENTIFIED BY '123456' PASSWORD EXPIRE NEVER;#修改加密规则ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '123456';#修改密码加密策略flush privileges;#刷新权限# 重置密码alter user 'root'@'localhost' identified by '123456';
{"go.useLanguageServer":true,"files.autoSave":"afterDelay","workbench.colorTheme":"One Dark Pro Darker","[go]":{"editor.formatOnSave":false},"gopls":{"ui.semanticTokens":true},"window.zoomLevel":-1,}
win10ssh连接linux报错
报错 unable to negotiate with xxxxxxxx port: no matching key exchange method...