mysql 权限问题
今天拷贝一个数据库文件到mysql数据库目录中,无法启动mysql
- 120711 16:10:47 mysqld started
- 120711 16:10:47 InnoDB: Operating system error number 13 in a file operation.
- InnoDB: The error means mysqld does not have the access rights to
- InnoDB: the directory.
- InnoDB: File name ./ibdata1
- InnoDB: File operation call: 'open'.
- InnoDB: Cannot continue operation.
- 120711 16:10:47 mysqld ended
解决办法:
- mysql-5.0.67-aix5.3-powerpc-64bit/data>chown -R mysql *
阅读(5438) | 评论(0) | 转发(0) |