mysqld: Can‘t create directory ‘E:\Software\mysql-5.7.24-winx64\data\‘ (Errcode: 2 - No
原因:my.ini檔案中的basedir(設定mysql的安裝目錄)、datadir(設定mysql資料庫的資料的存放目錄)與MySQL解壓後的路徑不一致
解決辦法:
將basedir=E:\Software\mysql-5.7.24-winx64 改為 basedir=D:\Software\mysql-5.7.24-winx64 (改為MySQL解壓後的路徑)
將datadir=E:\Software\mysql-5.7.24-winx64\data 改為 datadir=D:\Software\mysql-5.7.24-winx64\data (改為MySQL解壓後的路徑\data
相關文章
- [ERROR] mysqld: Can‘t open shared library ‘/usr/local/mysql/lib/plugin/validate_password.so‘ (errno:ErrorMySqlPlugin
- FileZilla:425 Can't open data connection for transfer of解決辦法
- [ERR] 1231 - Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'SQL
- Apache資源(Apache Software Foundation Distribution Directory)Apache
- 問題解決zipimport.ZipImportError: can‘t decompress data; zlib not availablImportErrorAI
- pg_basebackup 報錯could not create directory
- 報錯data untime emp5b16e68487528591ef11baffaccbc251.php 第 259 行左右 Can‘t use method return valPHP
- OSError: [E050] Can‘t find model ‘en_core_web_sm‘. It doesn‘t seem to be a shortcut link, a Python pErrorWebPython
- docker mysql mysqld: Error on realpath() on ‘/var/lib/mysql-files‘ No such file or directoryDockerMySqlError
- TypeError: can‘t concat str to bytesError
- Can't open file: (errno: 24)
- Mongoose can't update timestampGo
- Supervisor 解決 can't find command *
- Warning:The /usr/local/mysql/data directory is not owned by the 'mysql' or '_mysql'MySql
- mysql 啟動報錯Can't connect to local MySQL server through socket '/data/mysql/mysql/mysql.sock'(111)MySqlServer
- MySQL 2003 - Can’t connect to MySQL server on (10060)MySqlServer
- multiprocessing pool AttributeError: Can't get attribute 'func'Error
- Can't load IA 32-bit .dll on a
- eslint --fix 報錯 can't not find modulesEsLint
- mysql遇到Variable can’t be set to the value of ‘NULL’MySqlNull
- E. Data Structures FanStruct
- use azure data studio to create external table for oracleOracle
- You don't have write permissions for the /usr/bin directory.
- [FATAL] [INS-32012] Unable to create directory: /u01/app/19.3.0/grid,APP
- redis : Can't save in background: fork: Cannot allocate memoryRedis
- Python——UnicodeEncodeError: 'ascii' codec can't encode/decode charactersPythonUnicodeErrorASCII
- Mysql:Variable 'XXXt' can't be set to the value of 'NULL'解決MySqlNull
- You can‘t specify target table ‘Person‘ for update in FROM clause
- FILESTREAM feature can't be enabled if you use cluster shared volumes
- WIN配置git 配置後失敗 can't be establishedGit
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- Python報錯:UnicodeDecodeError: 'gbk' codec can't decode byte ...PythonUnicodeError
- RMAN restore fails with ORA-01180: can not create datafile 1 (文件 ID 1265151.1)RESTAI
- Linux 無許可權建立資料夾( 報錯:Unable to create ... directory.)Linux
- 微信errcode大全
- 完美解決stack Error: Can‘t find Python executable “python“, you can set the PYTHON env variable.ErrorPython
- Software-Defined Networking and Security From Theory to Practice (Data-Enabled Engineering).pdf ...
- python cx_Oracle: UnicodeEncodeError: 'ascii' codec can't encode charactersPythonOracleUnicodeErrorASCII