wenxinyu01 2021-05-21 00:21
浏览 37

win10上mysql5.7安装问题

安装mysql5.7对压缩包解压后配置了环境变量,执行了mysqld --initialize-insecure   ,mysqld -install   都成功了

但进行net startmysql时无法启动服务查看mysql console代码是这样的

D:\BaiduNetdiskDownload\mysql5.7 window 64\mysql-5.7\mysql-5.7.11-winx64\bin>mysqld --console
2021-05-20T15:53:31.571435Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2021-05-20T15:53:31.571435Z 0 [Warning] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2021-05-20T15:53:31.572400Z 0 [Note] mysqld (mysqld 5.7.11) starting as process 19932 ...
2021-05-20T15:53:31.581376Z 0 [ERROR] Plugin keyring_file reported: 'keyring_file initialization failure. Please check if the keyring_file_data points to readable keyring file or keyring file can be created in the specified location. The keyring_file will stay unusable until correct path to the keyring file gets provided'
2021-05-20T15:53:31.583373Z 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-05-20T15:53:31.584380Z 0 [Note] InnoDB: Uses event mutexes
2021-05-20T15:53:31.585368Z 0 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2021-05-20T15:53:31.585368Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
2021-05-20T15:53:31.586362Z 0 [Note] InnoDB: Number of pools: 1
2021-05-20T15:53:31.587366Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2021-05-20T15:53:31.638224Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2021-05-20T15:53:31.646240Z 0 [Note] InnoDB: Completed initialization of buffer pool
2021-05-20T15:53:31.690159Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2021-05-20T15:53:31.723994Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-05-20T15:53:31.724991Z 0 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-05-20T15:53:31.749044Z 0 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB.
2021-05-20T15:53:31.753949Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2021-05-20T15:53:31.754912Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2021-05-20T15:53:31.755909Z 0 [Note] InnoDB: Waiting for purge to start
2021-05-20T15:53:31.808197Z 0 [Note] InnoDB: 5.7.11 started; log sequence number 1210151
2021-05-20T15:53:31.809192Z 0 [Note] Plugin 'FEDERATED' is disabled.
2021-05-20T15:53:31.810192Z 0 [Note] InnoDB: Loading buffer pool(s) from D:\BaiduNetdiskDownload\mysql5.7 window 64\mysql-5.7\mysql-5.7.11-winx64\data\ib_buffer_pool
mysqld: Table 'mysql.plugin' doesn't exist
2021-05-20T15:53:31.813197Z 0 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
2021-05-20T15:53:31.813197Z 0 [Note] InnoDB: Buffer pool(s) load completed at 210520 23:53:31
2021-05-20T15:53:31.814177Z 0 [ERROR] unknown option '--————————————————'
2021-05-20T15:53:31.815188Z 0 [ERROR] Aborting

2021-05-20T15:53:31.815188Z 0 [Note] Binlog end
2021-05-20T15:53:31.816172Z 0 [Note] Shutting down plugin 'ngram'
2021-05-20T15:53:31.817170Z 0 [Note] Shutting down plugin 'partition'
2021-05-20T15:53:31.817170Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2021-05-20T15:53:31.819199Z 0 [Note] Shutting down plugin 'ARCHIVE'
2021-05-20T15:53:31.820179Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2021-05-20T15:53:31.821167Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2021-05-20T15:53:31.821167Z 0 [Note] Shutting down plugin 'MyISAM'
2021-05-20T15:53:31.822158Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2021-05-20T15:53:31.822158Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2021-05-20T15:53:31.823159Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2021-05-20T15:53:31.824150Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2021-05-20T15:53:31.824150Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2021-05-20T15:53:31.825156Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2021-05-20T15:53:31.825156Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2021-05-20T15:53:31.826146Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2021-05-20T15:53:31.826146Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2021-05-20T15:53:31.827142Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2021-05-20T15:53:31.827142Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2021-05-20T15:53:31.833126Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2021-05-20T15:53:31.834124Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2021-05-20T15:53:31.834124Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2021-05-20T15:53:31.835123Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2021-05-20T15:53:31.835123Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2021-05-20T15:53:31.836136Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2021-05-20T15:53:31.837135Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2021-05-20T15:53:31.837135Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2021-05-20T15:53:31.838116Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2021-05-20T15:53:31.839111Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2021-05-20T15:53:31.839111Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2021-05-20T15:53:31.840111Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2021-05-20T15:53:31.840111Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2021-05-20T15:53:31.841106Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2021-05-20T15:53:31.841106Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2021-05-20T15:53:31.845133Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2021-05-20T15:53:31.848091Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2021-05-20T15:53:31.849084Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2021-05-20T15:53:31.849084Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2021-05-20T15:53:31.850083Z 0 [Note] Shutting down plugin 'InnoDB'
2021-05-20T15:53:31.850083Z 0 [Note] InnoDB: FTS optimize thread exiting.
2021-05-20T15:53:31.851082Z 0 [Note] InnoDB: Starting shutdown...
2021-05-20T15:53:31.952650Z 0 [Note] InnoDB: Dumping buffer pool(s) to D:\BaiduNetdiskDownload\mysql5.7 window 64\mysql-5.7\mysql-5.7.11-winx64\data\ib_buffer_pool
2021-05-20T15:53:31.956412Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 210520 23:53:31
2021-05-20T15:53:33.277173Z 0 [Note] InnoDB: Shutdown completed; log sequence number 1210170
2021-05-20T15:53:33.279170Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-05-20T15:53:33.282162Z 0 [Note] Shutting down plugin 'MEMORY'
2021-05-20T15:53:33.282162Z 0 [Note] Shutting down plugin 'CSV'
2021-05-20T15:53:33.286150Z 0 [Note] Shutting down plugin 'sha256_password'
2021-05-20T15:53:33.287168Z 0 [Note] Shutting down plugin 'mysql_native_password'
2021-05-20T15:53:33.289143Z 0 [Note] Shutting down plugin 'keyring_file'
2021-05-20T15:53:33.290140Z 0 [Note] Shutting down plugin 'binlog'
2021-05-20T15:53:33.291138Z 0 [Note] mysqld: Shutdown complete

请教大佬该怎么办

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 单片机学习顺序问题!!
    • ¥15 ikuai客户端多拨vpn,重启总是有个别重拨不上
    • ¥20 关于#anlogic#sdram#的问题,如何解决?(关键词-performance)
    • ¥15 相敏解调 matlab
    • ¥15 求lingo代码和思路
    • ¥15 公交车和无人机协同运输
    • ¥15 stm32代码移植没反应
    • ¥15 matlab基于pde算法图像修复,为什么只能对示例图像有效
    • ¥100 连续两帧图像高速减法
    • ¥15 如何绘制动力学系统的相图