Mysql服务启动意外终止,下面是错误日志!求大神帮解决。。。

170210 10:33:11 [Note] Plugin 'FEDERATED' is disabled.
D:\MySQL\MySQL Server 5.5\bin\mysqld: Table 'mysql.plugin' doesn't exist
170210 10:33:11 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
170210 10:33:11 InnoDB: The InnoDB memory heap is disabled
170210 10:33:11 InnoDB: Mutexes and rw_locks use Windows interlocked functions
170210 10:33:11 InnoDB: Compressed tables use zlib 1.2.3
170210 10:33:11 InnoDB: Initializing buffer pool, size = 93.0M
170210 10:33:11 InnoDB: Completed initialization of buffer pool
170210 10:33:11 InnoDB: highest supported file format is Barracuda.
170210 10:33:12 InnoDB: Waiting for the background threads to start
170210 10:33:13 InnoDB: 5.5.53 started; log sequence number 1806653
170210 10:33:13 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
170210 10:33:13 [Note] - '0.0.0.0' resolves to '0.0.0.0';
170210 10:33:13 [Note] Server socket created on IP: '0.0.0.0'.
170210 10:33:13 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist

http://outofmemory.cn/code-snippet/3208/zhuangwan-mysql-start-raise-error-%EF%BC%9A-%E2%80%9C-Table-%E2%80%98-mysql-plugin-%E2%80%99-doesn-%E2%80%99-t-exist-%E2%80%9D-resolve-method

http://www.cnblogs.com/lundy/archive/2010/05/07/1729510.html

具体原因可以参考这篇论坛中的相关解说。http://bbs.csdn.net/topics/310211494
解决方案可以尝试这篇文章。http://blog.csdn.net/chidy/article/details/53402692