当前位置: 代码迷 >> 综合 >> mysql数据库报错:InnoDB: Operating system error number 13 in a file operation
  详细解决方案

mysql数据库报错:InnoDB: Operating system error number 13 in a file operation

热度:38   发布时间:2023-12-12 17:40:12.0

环境:centos6.5 x86_64

启动mysql发现日志报错(日志路径可以查看/etc/my.cnf的配置)


160722 10:34:08 [Note] Found 42570716 of 42570696 rows when repairing './yunva@002dlog/room_msg'

160810  0:54:00 [ERROR] /usr/libexec/mysqld: Sort aborted
160810 10:41:55 [ERROR] /usr/libexec/mysqld: Sort aborted
160810 16:41:43 [ERROR] /usr/libexec/mysqld: Sort aborted
160823 11:34:45 mysqld_safe Starting mysqld daemon with databases from /home/data
160823 11:34:46 [Warning] Can't create test file /home/data/plugin.lower-test
160823 11:34:46 [Warning] Can't create test file /home/data/plugin.lower-test
160823 11:34:46 [Warning] option 'innodb-additional-mem-pool-size': signed value 200 adjusted to 524288
160823 11:34:46  InnoDB: Initializing buffer pool, size = 128.0M
160823 11:34:46  InnoDB: Completed initialization of buffer pool
160823 11:34:46  InnoDB: Operating system error n
  相关解决方案