控制台 退出登录

MySQL安装Can not find error-message file


解决MySQL安装Can not find error-message file

一、问题出现场景

在进行MySQL安装时进行,进行初始化的时候,能初始化成功,但是提示:Can’t find error-message file

1.  2020-06-14T08:04:42.154214Z 0 [ERROR] [MY-010338] [Server]
    
2.   Can't find error-message file 'D:\Devsoft\mysql-8.0.20-winx64\bin\ oftWare\MySQL\share\errmsg.sys'. 
    
3.  Check error-message file location and 'lc-messages-dir' configuration directive.

###二、解决方案

因为我们在配置MySQL安装目录的时候,没有将安装目录配置到根目录下(就是MySQL解压文件根目录)

错误路径:basedir=“D:\\InstalledDevsoftware\\XXX”

正确路径:basedir=“D:\\Devsoft\\mysql-8.0.20-winx64\\XXX”

本文采用 CC BY-NC-SA 4.0 协议发布

相关文章

None

None

None

None

SpringCloud(9)

SpringCloud(9)

SpringCloud(8)