zoukankan      html  css  js  c++  java
  • mysql-8.0.11 mysqld --initialize-insecure --user=mysql

    D:Eric	estmysql-8.0.11-winx64in>mysqld --initialize-insecure --user=mysql
    mysqld: Can't create/write to file 'D:Eric  estmysql-8.0.11-winx64datais_writable' (OS errno 2 - No such file or directory)
    2021-09-08T08:45:15.620662Z 0 [Warning] [MY-010915] [Server] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
    2021-09-08T08:45:15.620734Z 0 [System] [MY-013169] [Server] D:Eric	estmysql-8.0.11-winx64inmysqld.exe (mysqld 8.0.11) initializing of server in progress as process 339828
    2021-09-08T08:45:15.620847Z 0 [ERROR] [MY-010338] [Server] Can't find error-message file 'D:Eric    estmysql-8.0.11-winx64shareerrmsg.sys'. Check error-message file location and 'lc-messages-dir' configuration directive.
    2021-09-08T08:45:15.622772Z 0 [ERROR] [MY-010460] [Server] --initialize specified but the data directory exists and is not writable. Aborting.
    2021-09-08T08:45:15.623595Z 0 [ERROR] [MY-010119] [Server] Aborting
    2021-09-08T08:45:15.624366Z 0 [System] [MY-010910] [Server] D:Eric	estmysql-8.0.11-winx64inmysqld.exe: Shutdown complete (mysqld 8.0.11)  MySQL Community Server - GPL.

    初始化报错

    修改 my.ini

    basedir =D:\Eric\test\mysql-8.0.11-winx64
    datadir =D:\Eric\test\mysql-8.0.11-winx64\data

    Server =D:\Eric\test\mysql-8.0.11-winx64\bin\mysqld.exe

  • 相关阅读:
    windows 命令修改IP
    iptables_forward
    python之pickle模块
    python之os.path模块
    python之random模块
    python基础之常用模块
    python基础之测试题
    python 集合(set)基础
    python编码与解码
    python3 字符串基础
  • 原文地址:https://www.cnblogs.com/panjinzhao/p/15243479.html
Copyright © 2011-2022 走看看