码迷,mamicode.com
首页 > 其他好文 > 详细

centos mysq table is read only

时间:2014-12-26 11:01:31      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

1、进入mysql数据库目录,使用命令"chown -R mysql <数据库文件夹名称>" 

2、 "chgrp -R mysql <数据库文件夹名称>"将文件夹拥有者和所在组改为mysql
2、使用命令"chmod -R 760 <数据库文件夹名称>" 改变权限设置
3、使用命令"mysqladmin -uroot -p reload"重新载入表
4、使用命令"mysqladmin -uroot -p flush-tables"执行刷新

centos mysq table is read only

标签:

原文地址:http://www.cnblogs.com/lvlv/p/4186087.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!