mysqld: Can't create directory 'D: oftware\mysql-8.0.22-winx64\data\' (OS errno 2 - No such file or directory)
2020-11-27T01:51:45.065381Z 0 [System] [MY-013169] [Server] D:\software\mysql-8.0.22-winx64\bin\mysqld.exe (mysqld 8.0.22) initializing of server in progress as process 13760
2020-11-27T01:51:45.065465Z 0 [ERROR] [MY-010338] [Server] Can't find error-message file 'D:\software\mysql-8.0.22-winx64\bin\ oftware\mysql-8.0.22-winx64\share\errmsg.sys'. Check error-message file location and 'lc-messages-dir' configuration directive.
2020-11-27T01:51:45.067672Z 0 [ERROR] [MY-013236] [Server] The designated data directory D: oftware\mysql-8.0.22-winx64\data\ is unusable. You can remove all files that the server added to it.
2020-11-27T01:51:45.077988Z 0 [ERROR] [MY-010119] [Server] Aborting
2020-11-27T01:51:45.079238Z 0 [System] [MY-010910] [Server] D:\software\mysql-8.0.22-winx64\bin\mysqld.exe: Shutdown complete (mysqld 8.0.22) MySQL Community Server - GPL.
my.ini文件配置错误
datadir=D:\software\mysql-8.0.22-winx64\data
修改为
datadir=D:\\software\mysql-8.0.22-winx64\data