MySQL不能启动 FTS optimize thread exiting

来源:互联网 发布:qt编程用什么软件 编辑:程序博客网 时间:2024/06/06 02:57

初始化一套MySQL但拉起不来,日志如下:
[Note] InnoDB: The InnoDB memory heap is disabled
[Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[Note] InnoDB: Memory barrier is not used
[Note] InnoDB: Compressed tables use zlib 1.2.3
[Note] InnoDB: Using CPU crc32 instructions
[Note] InnoDB: Initializing buffer pool, size = 24.0G
[Note] InnoDB: Completed initialization of buffer pool
[Note] InnoDB: Highest supported file format is Barracuda.
[Note] InnoDB: 3 rollback segment(s) are active.
[Note] InnoDB: Waiting for purge to start
[Note] InnoDB: 5.6.24 started; log sequence number 104953
[Note] Binlog end
[Note] InnoDB: FTS optimize thread exiting.
[Note] InnoDB: Starting shutdown…
[Note] InnoDB: Shutdown completed; log sequence number 104979

日志实在是没看出什么问题。

检查了初始化和启动的命令后发现,启动参数中指定的配置文件不存在。
指定正确的配置文件后,正常启动。
mysqld_safe –defaults-file=/data/3316/conf/my.cnf –user=mysql&

原创粉丝点击