当前位置:网站首页>mysqld: Can‘t create directory ‘D: oftinstall\mysql57 (Errcode: 2 - No such file or directory)
mysqld: Can‘t create directory ‘D: oftinstall\mysql57 (Errcode: 2 - No such file or directory)
2022-06-12 04:16:00 【一天不写代码难受】
目录
1 解决
安装完mysql之后,要初始化数据文件,输入
mysqld --initialize-insecure --user=mysql
然后可能会出现如下错误**:
mysqld: Can’t create directory ‘E: oft\mysql\mysql-5.7.19-winx64\data’ (Errcode: 2 - No such file or directory)
就是斜杠的错误
将
basedir=E:\soft\mysql\mysql-5.7.19-winx64\
改为
basedir=E:\\soft\\mysql\\mysql-5.7.19-winx64\\ (改为MySQL解压后的路径)
将
datadir=E:\soft\mysql\mysql-5.7.19-winx64\data\
改为
datadir=E:\\soft\\mysql\\mysql-5.7.19-winx64\\data\\ (改为MySQL解压后的路径\data)
边栏推荐
- 关于线程池需要注意的几点
- Kinematic gauge (14) - Triangle optimal path problem
- 魏武帝 太祖知不可匡正,遂不复献言
- Message queuing overview
- 数据库新建表,以前没问题的,今天
- Ebpf series learning (4) learn about libbpf, co-re (compile once – run everywhere) | use go to develop ebpf programs (cloud native tool cilium ebpf)
- 成功解决:WARNING: There was an error checking the latest version of pip.
- Smart panel WiFi linkage technology, esp32 wireless chip module, Internet of things WiFi communication application
- JSP实现银柜台业务绩效考核系统
- Implementation of fitness club management system based on SSH
猜你喜欢

Ebpf series learning (4) learn about libbpf, co-re (compile once – run everywhere) | use go to develop ebpf programs (cloud native tool cilium ebpf)

Absolute positioning three ways to center the box

MySQL的check约束数字问题

JSP implementation of bank counter business performance evaluation system

魏武帝 太祖知不可匡正,遂不复献言

The memory four area model of C language program

Zabbix6.0新功能Geomap 地图标记 你会用吗?

Create a new table in the database. There was no problem before. Today
![[software tool] [original] tutorial on using VOC dataset class alias batch modification tool](/img/25/31d771c9770bb7f455f35e38672170.png)
[software tool] [original] tutorial on using VOC dataset class alias batch modification tool

The road of global evolution of vivo global mall -- multilingual solution
随机推荐
Fastjson enables safemode, closes autotype, and removes security vulnerabilities
动规(15)-最低通行费
19.tornado项目之优化数据库查询
疫情数据分析平台工作报告【42】CodeNet
双目标定学习资料整理
SQL Safe Backup显示器和缩放字体的支持
调用提醒事项
QT experiment - gold coin flipping games
2.28 (defect filling) data type conversion exception handling part multi threading
疫情数据分析平台工作报告【3】网站部署
【FPGA+GPS接收器】基于FPGA的双频GPS接收器详细设计介绍
Call reminder
hash function
Absolute positioning three ways to center the box
怎样拥有心灵的平和?获得一颗全新的心灵
VIM command Encyclopedia
Naive Bayes classification of scikit learn
PostgreSQL basic introduction and deployment
WPF 数据绑定(四)
绝对定位使盒子居中显示的三种方式