
Database
iteye_2139
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Partition index solution
There are six types of maintenance operations that mark index partitions INDEX UNUSABLE (IU). Solution Explanation: Maintenance operations causing index partitions to become INDEX UNUSABLE ...原创 2011-09-19 14:41:29 · 114 阅读 · 0 评论 -
set up mysql on centos/linux
Refer to: http://smilemonkey.iteye.com/blog/673848 http://heimuad.iteye.com/blog/129932 http://www.cnblogs.com/smalldirector/archive/2011/12/27/2303648.html # port set up mysql 5.5 using by mak...原创 2012-09-05 09:42:36 · 152 阅读 · 0 评论 -
MYSQL改目录
[code="java"][root@mailsvr home]# /etc/init.d/mysql stop 停止服务 [root@mailsvr home]# vi /etc/my.cnf 没有的话, cp /usr/share/mysql/my-medium.cnf /etc/my.cnf 修改以下的相当内容: [mysqld] datadir=/mysqlhome/mys...原创 2012-09-11 12:49:46 · 93 阅读 · 0 评论