Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6660387
  • 博文数量: 1005
  • 博客积分: 8199
  • 博客等级: 中将
  • 技术积分: 13071
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-25 20:19
个人简介

脚踏实地、勇往直前!

文章分类

全部博文(1005)

文章存档

2020年(2)

2019年(93)

2018年(208)

2017年(81)

2016年(49)

2015年(50)

2014年(170)

2013年(52)

2012年(177)

2011年(93)

2010年(30)

分类: Mysql/postgreSQL

2013-12-27 15:13:20


今天启动mysql报错误,
查看/var/lib/mysql/mydb.err有如下的信息
131227 14:24:01 mysqld_safe mysqld from pid file /var/lib/mysql/richinfo-dev2.pid ended
131227 14:24:51 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
131227 14:24:51 [Warning] Changed limits: max_open_files: 1024  max_connections: 886  table_cache: 64
131227 14:24:51 [Note] Plugin 'FEDERATED' is disabled.
131227 14:24:51  InnoDB: Initializing buffer pool, size = 256.0M
131227 14:24:52  InnoDB: Completed initialization of buffer pool
131227 14:24:52  InnoDB: Started; log sequence number 0 1724594339
/usr/sbin/mysqld: File './mysql-bin.000002' not found (Errcode: 13)
131227 14:24:52 [ERROR] Failed to open log (file './mysql-bin.000002', errno 13)
131227 14:24:52 [ERROR] Could not open log file
131227 14:24:52 [ERROR] Can't init tc log
131227 14:24:52 [ERROR] Aborting

错误提示找不到mysql-bin.000002文件,但检查该文件是存在的.
[root@host1 mysql]# ls  mysql-bin.000002
mysql-bin.000002
难道是权限问题,再次检查
[root@host1 mysql]# ls -al mysql-bin.000002
-rw-rw---- 1 root root 733525 12-27 14:10 mysql-bin.000002
发现文件属主变成了root,将该文件修改为mysql,问题解决.

chown -R mysql:mysql mysql-bin.000002

-- The End --

阅读(7616) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~