最新文章

3 篇文章
Windows安装MySQL8图解

Windows安装MySQL8图解

注意:需要.net framework的版本>`4.5.2`才可以,否则会报错! [![](https://cesii.cn/content/uploadfile/202409/47f61726891661.png)](https://cesii.cn/content/uploadfile/202...
MySQL连接错误::Authentication plugin ‘caching_sha2_password’ cannot be loaded

MySQL连接错误::Authentication plugin ‘caching_sha2_password’ cannot be loaded

该错误以前遇到过,不过当时只想着解决就行了,没想到这次用MySQL时又遇到了,所以决定记录下吧。 先通过cmd命令或者MySQL command client工具连接数据库 第一步: ALTER USER root @ localhost IDENTIFIED BY password PASSWORD EXPIRE NEVER; (修改账户密码加密规...
Windows环境安装MySQL

Windows环境安装MySQL

官方地址:https://dev.mysql.com/downloads/mysql/ 解压MySQL文件 将下载好的mysql解压后获得以下内容 安装mysqld服务 用管理员身份打开cmd命令提示符,进入到解压后的mysql/bin下,执行mysqld –install 初始化mysqld服务 执行mysqld –initialize初始化mysql服务...