最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

mysql自动停止PluginFEDERATEDisdisabled的完美解决方法

来源:动视网 责编:小采 时间:2020-11-09 20:50:56
文档

mysql自动停止PluginFEDERATEDisdisabled的完美解决方法

mysql自动停止PluginFEDERATEDisdisabled的完美解决方法:这两天新买的服务器mysql总是自动停止,查了日志 9:13:57 [Note] MySQL: Normal shutdown 9:13:57 [Note] Event Scheduler: Purging the queue. 0 events 9:13:57 InnoDB: Starting shutdown... 9:13:58
推荐度:
导读mysql自动停止PluginFEDERATEDisdisabled的完美解决方法:这两天新买的服务器mysql总是自动停止,查了日志 9:13:57 [Note] MySQL: Normal shutdown 9:13:57 [Note] Event Scheduler: Purging the queue. 0 events 9:13:57 InnoDB: Starting shutdown... 9:13:58


这两天新买的服务器mysql总是自动停止,查了日志

  9:13:57 [Note] MySQL: Normal shutdown
  9:13:57 [Note] Event Scheduler: Purging the queue. 0 events
  9:13:57  InnoDB: Starting shutdown...
  9:13:58  InnoDB: Shutdown completed; log sequence number 0 44273
  9:13:58 [Note] MySQL: Shutdown complete

重启发现

  9:13:59 [Note] Plugin 'FEDERATED' is disabled.
  9:13:59  InnoDB: Initializing buffer pool, size = 8.0M
  9:13:59  InnoDB: Completed initialization of buffer pool
  9:13:59  InnoDB: Started; log sequence number 0 44273
  9:13:59 [Note] Event Scheduler: Loaded 0 events
  9:13:59 [Note] MySQL: ready for connections.
Version: '5.1.61-community'  socket: ''  port: 3306  MySQL Community Server (GPL)
  9:14:24 [Note] MySQL: Normal shutdown

网上找到的方法

在MY.INI文件中的 [mysqld] 中增加一行tmpdir="D:/MySQL/data/tmp"
删除MySQL目录下的ib_logfile0和ib_logfile1

测试后没有用

后来在服务中设置了mysql自动重启

最后
[mysqld]
federated

解决
启动正常
 10:28:01  InnoDB: Initializing buffer pool, size = 8.0M
 10:28:01  InnoDB: Completed initialization of buffer pool
 10:28:01  InnoDB: Started; log sequence number 0 44556
 10:28:01 [Note] Event Scheduler: Loaded 0 events
 10:28:01 [Note] MySQL: ready for connections.
Version: '5.1.61-community'  socket: ''  port: 3306  MySQL Community Server (GPL)


顺手添加
skip-external-locking
skip-name-resolve
解决

您可能感兴趣的文章:

  • MySql报错Table mysql.plugin doesn’t exist的解决方法
  • MySQL部署时提示Table mysql.plugin doesn’t exist的解决方法
  • MySQL中报错:Can’t find file: ‘./mysql/plugin.frm’的解决方法
  • 文档

    mysql自动停止PluginFEDERATEDisdisabled的完美解决方法

    mysql自动停止PluginFEDERATEDisdisabled的完美解决方法:这两天新买的服务器mysql总是自动停止,查了日志 9:13:57 [Note] MySQL: Normal shutdown 9:13:57 [Note] Event Scheduler: Purging the queue. 0 events 9:13:57 InnoDB: Starting shutdown... 9:13:58
    推荐度:
    • 热门焦点

    最新推荐

    猜你喜欢

    热门推荐

    专题
    Top