守护进程 – Mysql无法启动

前端之家收集整理的这篇文章主要介绍了守护进程 – Mysql无法启动前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我从源包安装了mysql-5.6.14

试图开始:

vaio1@vaio1-VPCEA3S1E:MysqLd

 2013-11-17 13:22:18 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
 2013-11-17 13:22:18 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
 2013-11-17 13:22:18 1777 [ERROR] Can't find messagefile '/usr/share/MysqL/errmsg.sys'
 2013-11-17 13:22:18 1777 [Warning] One can only use the --user switch if running as root  
 2013-11-17 13:22:18 1777 [Warning] Buffered warning: Changed limits: max_open_files: 1024 (requested 5000)
 2013-11-17 13:22:18 1777 [Warning] Buffered warning: Changed limits: table_cache: 431 (requested 2000)
 2013-11-17 13:22:18 1777 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
 2013-11-17 13:22:18 1777 [Note] Plugin 'FEDERATED' is disabled.MysqLd: Unknown error 1146
 2013-11-17 13:22:18 1777 [ERROR] Can't open the MysqL.plugin table. Please run MysqL_upgrade to create it.
 2013-11-17 13:22:18 1777 [Note] InnoDB: The InnoDB memory heap is disabled
 2013-11-17 13:22:18 1777 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
 2013-11-17 13:22:18 1777 [Note] InnoDB: Compressed tables use zlib 1.2.3
 2013-11-17 13:22:18 1777 [Note] InnoDB: Using cpu crc32 instructions
 2013-11-17 13:22:18 1777 [Note] InnoDB: Initializing buffer pool,size = 128.0M
 2013-11-17 13:22:18 1777 [Note] InnoDB: Completed initialization of buffer pool
 2013-11-17 13:22:18 1777 [Note] InnoDB: Highest supported file format is Barracuda.
 2013-11-17 13:22:19 1777 [Note] InnoDB: 128 rollback segment(s) are active.
 2013-11-17 13:22:19 1777 [Note] InnoDB: Waiting for purge to start
 2013-11-17 13:22:19 1777 [Note] InnoDB: 5.6.14 started; log sequence number 1600677
 2013-11-17 13:22:19 1777 [ERROR] Aborting
最佳答案
也许,你有MysqL 5.6二进制文件,但my.cnf和数据文件是旧版本.

你读过MySQL upgrade Manual吗?

MysqL死了的主要原因是:

Unknown error 1146 2013-11-17 13:22:18 1777 [ERROR] Can't open the MysqL.plugin table.
Please run MysqL_upgrade to create it

请参阅Manual如何使用MysqL_upgrade.大多数错误消息与已弃用的选项有关.

原文链接:https://www.f2er.com/mysql/434025.html

猜你在找的MySQL相关文章