今天下午 mysql服务 非正常关闭,错误日志如下:

不知道,那位大侠有遇到,我在网上查看了一下,有人重装mysql 貌似解决了这个问题,请高手指点啊。

080325 15:46:14 [ERROR] /usr/local/mysql/libexec/mysqld: Sort aborted

mysqld got signal 11;

This could be because you hit a bug. It is also possible that this binary

or one of the libraries it was linked against is corrupt, improperly built,

or misconfigured. This error can also be caused by malfunctioning hardware.

We will try our best to scrape up some info that will hopefully help diagnose

the problem, but since we have already crashed, something is definitely wrong

and this may fail.

key_buffer_size=536870912

read_buffer_size=1044480

max_used_connections=143

max_connections=1000

threads_connected=130

It is possible that mysqld could use up to

key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 1445976 K

bytes of memory

Hope that's ok; if not, decrease some variables in the equation.

thd=0x579335e8

Attempting backtrace. You can use the following information to find out

where mysqld died. If you see no messages after this, something went

terribly wrong...

Cannot determine thread, fp=0x5e9fe3d8, backtrace may not be correct.

Stack range sanity check OK, backtrace follows:

0x80b3b42

0x830bb40

0x8338374

0x8133d06

0x81342e0

0x8135032

0x80f8b3b

0x81005b3

0x8101e41

0x810244a

0x80caf04

0x80ce7c1

0x80cf238

0x80d0201

0x8306479

0x833fbca

New value of fp=(nil) failed sanity check, terminating stack trace!

Please read http://dev.mysql.com/doc/mysql/en/Using_stack_trace.html and follow instructions on how to resolve the stack trace. Resolved

stack trace is much more helpful in diagnosing the problem, so please do

resolve it

Trying to get some variables.

Some pointers may be invalid and cause the dump to abort...

thd->query at 0x60700028  is invalid pointer

thd->thread_id=1459474

The manual page at http://www.mysql.com/doc/en/Crashing.html contains

information that should help you find out what is causing the crash.

080325 15:46:15 [ERROR] /usr/local/mysql/libexec/mysqld: Sort aborted

pure virtual method called

Number of processes running now: 2

mysqld process hanging, pid 10168 - killed

mysqld process hanging, pid 10168 - killed

080325 15:46:15  mysqld restarted

080325 15:46:15 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use

080325 15:46:15 [ERROR] Do you already have another mysqld server running on port: 3306 ?

080325 15:46:15 [ERROR] Aborting

080325 15:46:15 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete

080325 15:46:15  mysqld ended

作者: llmmysun

发布时间: 2008-03-25

mysql got signal 11_求助 mysqld got signal 11 解决办法相关推荐

  1. linux mysql 登录报1045_【mysql】linux登录MySQL_报错ERROR_1045_(28000)解决办法

    [mysql]linux登录MySQL_报错ERROR_1045_(28000)解决办法 5年前 (2015-09-17)    作者:Jiaozn    分类:MySQL    阅读次数:1852 ...

  2. phpstudy中mysql启动不起来的一种情况和解决办法

    文章目录 情况 错误日志 排查错误 错误1 硬盘扇区大小 导致的问题 错误2 缺少VC运行库 记录phpstudy的mysql启动不起来的一种情况及解决办法 ①首先排除了端口占用 根据错误日志,发现了 ...

  3. 使用MySQL Workbench导出数据库脚本以及出错时的解决办法

    使用MySQL Workbench导出数据库脚本以及出错时的解决办法 正常做法 打开workbench,选择左上角的菜单栏,选择Server->Data 之后出现如下界面 一般情况下,这样就导出 ...

  4. mysql got signal 11_MySQL案例-mysqld got signal 11

    背景: MySQL-5.7.12, debian 8核16G虚拟机, 业务方反馈在某一个时间点, 出现了大量的数据库报错, 之后恢复正常; 场景: 开发查看日志后, 发现在某个时间点, 应用断开了所有 ...

  5. MySQL: Starting MySQL….. ERROR! The server quit without updating PID file解决办法

    1 问题 [root@localhost mysql]# /etc/rc.d/init.d/mysql status MySQL is not running, but lock file (/var ...

  6. mysql 1045错误ODBC_MySQL ERROR 1045 (28000) 错误的解决办法

    错误现象: ERROR 1045 (28000): Access denied for user'ODBC'@'localhost'(using password: NO) ERROR 1045 (2 ...

  7. systemctl status mysqld.service或者systemctl start mysqld 启动失败的解决办法

    报错过程: mysql需要启动,执行一下命令启动mysql: systemctl start mysqld.service 结果出现如下提示 Job for mysqld.service failed ...

  8. Starting MySQL... ERROR The server quit without updating PID file 解决办法

    百度了许多方法未果,偶然在一篇文章下的评论里发现了解决办法,如下: 在/etc/my.cnf文件里的[mysqld]下添加"user=root" 然后执行 service mysq ...

  9. MySQL远程连接失败,MySQL远程连接出现Using password:YES错误的解决办法

    相信很多实用MYSQL的朋友都遇到过这种问题,就是MySQL使用localhost能够连接成功,但是使用IP连接却出现Using password:YES或者其它的连接错误.今天就把解决方法给大家说一 ...

最新文章

  1. linux 瞬间文件数没了,关于linux:如何快速汇总文件中的所有数字?
  2. Flutter持久化存储之文件存储
  3. linux suse 软件管理工具 zypper 简介
  4. iis7.5php.2,Windows2008 IIS7.5搭建PHP5.2
  5. MQTT学习笔记——MQTT协议体验 Mosquitto安装和使用
  6. springboot使用webjars引入jquery
  7. 深入理解java垃圾回收机制
  8. Matlab矩阵查找
  9. 算法导论 pdf_学习数据结构和算法最好的书是什么?
  10. HTML文本下划线效果,聊聊CSS中文本下划线_CSS, SVG, masking, clip-path, 会员专栏, text-decoration 教程_W3cplus...
  11. day13【前台】搭建环境
  12. CSS去除按钮激活的高亮边框(Button的点击出现黑色外边框的取消)
  13. Windows 系统部署之创建应答文件
  14. Luogu4074[WC2013] 糖果公园
  15. 中国铁塔行业市场企业投资及运营策略分析报告2022-2028年版
  16. thinkpad x60安装WINDOWS2003SERVER
  17. RecyclerView刷新布局时Glide加载图片闪现
  18. 什么是表示学习(representation learning)表征学习 表达学习
  19. STM32’s I2C 硬件BUG引发的血案(qzm)
  20. 使用selenium爬取fofa中的网站链接

热门文章

  1. Java Web学习笔记09:文件上传与下载
  2. 交换机配置工具_二层网管交换机应用—环路检测
  3. linux下overcommit_memory的问题
  4. 一些值得好好学习的博客或者网站
  5. 计算机十进制例子,verilog给你举个最简单的例子:以十进制计算为例:14
  6. chrome浏览器隐藏地址栏_Chrome将隐藏地址栏的网址 这么做的原因是为了防止钓鱼网址...
  7. ajax请求使用utf-8,Ajax,请求标头UTF-8到ISO字符集[重复]
  8. GLSL Optimizer
  9. Android 仿iOS弹窗
  10. 理解响应式编程(RxJS)