Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4166214
  • 博文数量: 291
  • 博客积分: 8003
  • 博客等级: 大校
  • 技术积分: 4275
  • 用 户 组: 普通用户
  • 注册时间: 2010-10-30 18:28
文章分类

全部博文(291)

文章存档

2017年(1)

2013年(47)

2012年(115)

2011年(121)

2010年(7)

分类: Mysql/postgreSQL

2012-07-11 17:15:30

mysql 权限问题
今天拷贝一个数据库文件到mysql数据库目录中,无法启动mysql

点击(此处)折叠或打开

  1. 120711 16:10:47 mysqld started
  2. 120711 16:10:47 InnoDB: Operating system error number 13 in a file operation.
  3. InnoDB: The error means mysqld does not have the access rights to
  4. InnoDB: the directory.
  5. InnoDB: File name ./ibdata1
  6. InnoDB: File operation call: 'open'.
  7. InnoDB: Cannot continue operation.
  8. 120711 16:10:47 mysqld ended
解决办法:

点击(此处)折叠或打开

  1. mysql-5.0.67-aix5.3-powerpc-64bit/data>chown -R mysql *

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