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 *

09-15 09:10
查看更多