设为首页收藏本站language→→ 语言切换

鸿鹄论坛

 找回密码
 论坛注册

QQ登录

先注册再绑定QQ

查看: 2068|回复: 1
收起左侧

Linux 中文件和文件夹获取 Mysql 权限(selinux)

[复制链接]
发表于 2012-10-23 21:43:30 | 显示全部楼层 |阅读模式
今天在 linux 系统上移动 Mysql 的数据库目录

配置如下:

/etc/my.cnf

[mysqld]
datadir=/home/mysql
socket=/var/lib/mysql/mysql.sock

更改完配置文件重启MYSQL的时候出现的以下问题

110222 11:15:07 mysqld_safe Starting mysqld daemon with databases from /home/mysql
110222 11:15:07 [Warning] Can't create test file /home/mysql/localhost.lower-test
110222 11:15:07 [Warning] Can't create test file /home/mysql/localhost.lower-test
/usr/libexec/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)
110222 11:15:07 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
110222 11:15:07  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.
110222 11:15:07 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended

当初以为只是文件或文件夹权限问题,把所有对应的目录和文件的权限改成读写状态...还是没用...

在网上找了一会儿,找到解决方法了~

解决方法如下:

#在终端中先输入下面这一行

chown -R mysql:mysql /home/data/mysql
#在输入下面的一行就OK了

chcon -R -t mysqld_db_t /home/mysql

#重启下MYSQL试试~


                               
登录/注册后可看大图
该贴已经同步到 goodluck的微博
发表于 2012-10-23 22:05:05 | 显示全部楼层
沙发 2012-10-23 22:05:05 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-1-26 15:51 , Processed in 0.073349 second(s), 12 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表