• 1
  • 2
  • 3
  • 4
  • 5
阿里云主机ECS 首 页  »  帮助中心  »  云服务器  »  阿里云主机ECS
ECS Windows下mysql服务启动后立即关闭问题分析描述
发布日期:2016-1-1 20:1:33

  ECS Windows下mysql服务启动后立即关闭问题分析描述

  Windows系统, 启动mysql发现mysql立即关闭。

  查看mysql日志发现存在下面的信息:

  151030 12:16:15 [Note] Plugin 'FEDERATED' is disabled.

  151030 12:16:15 InnoDB: Initializing buffer pool, size = 8.0M

  151030 12:16:15 InnoDB: Completed initialization of buffer pool

  151030 12:16:15 InnoDB: Started; log sequence number 0 58944

  151030 12:16:16 [Note] Event Scheduler: Loaded 0 events

  151030 12:16:16 [Note] MySQL: ready for connections.

  Version: '5.1.71-community' socket: '' port: 0 MySQL Community Server (GPL)

  151030 12:16:16 [ERROR] TCP/IP, --shared-memory, or --named-pipe should be configured on NT OS

  151030 12:16:16 [ERROR] Aborting

  错误主要在于TCP/IP, --shared-memory, or --named-pipe should be configured on NT OS 这条日志。

  首先查看my.ini配置文件,发现最后在最my.ini后面多了一个 skip-networking,

  然后用户注释掉 #skip-networking 后重启启动恢复正常就可以了。

  如问题还未解决,请联系售后技术支持