摘要: 一、报错原因:mysql 8.0 默认使用 caching_sha2_password 身份验证机制:从原来的 mysql_native_password 更改为 caching_sha2_password,但是第三方客户端(如Navicat)暂不支持新的加密方式,故而报错。 二、解决方案:双击打开 阅读全文
posted @ 2020-07-23 17:52 CarolBright 阅读(299) 评论(0) 推荐(0)
摘要: 密码错误: 打开cmd命令符,先关闭正在运行的数据库,输入如下命令:net stop mysql80 打开mysql.exe和mysqld.exe所在的文件夹,复制路径地址,进入到mysql的bin目录下。C:\Program Files\MySQL\MySQL Server 8.0\bin 输入命 阅读全文
posted @ 2020-07-23 17:31 CarolBright 阅读(273) 评论(0) 推荐(0)
摘要: js = "document.getElementsByClassName('el-table__body-wrapper')[0].scrollLeft=1000;"driver.execute_script(js) 阅读全文
posted @ 2020-07-23 11:44 CarolBright 阅读(113) 评论(0) 推荐(0)