Chinaunix首页 | 论坛 | 博客
  • 博客访问: 371446
  • 博文数量: 166
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1640
  • 用 户 组: 普通用户
  • 注册时间: 2015-05-05 11:44
个人简介

文章不在长,坚持不懈记录下努力前行的脚步

文章分类

全部博文(166)

文章存档

2017年(19)

2016年(59)

2015年(88)

我的朋友

发布时间:2015-08-03 11:32:55

&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; mysql源码安装<br />安装环境<br /># yum -y remove my.........【阅读全文】

阅读(520) | 评论(0) | 转发(0)

发布时间:2015-07-31 15:40:59

第一步:备份配置文件
cp /etc/my.cnf /etc/my.cnf.bak
第二步:创建实例所需目录并赋权限
mkdir -p /mnt/mysql/data
第三步:停掉数据库服务
service mysqld stop
第四步:修改配置文件
vim /etc/my.cnf
datadir=/mnt/mysql/data
socket=/mnt/mysql/dbdata/mysql.s.........【阅读全文】

阅读(596) | 评论(0) | 转发(0)

发布时间:2015-07-30 17:00:48

binlog
20150730
=========================================
1.列出binlog及大小
SHOW MASTER LOGS
2.当前binlog位置
SHOW MASTER STATUS
3.列出binlog信息
show binlog events in 'mysql-bin.0000xx' from 13634\G

.........【阅读全文】

阅读(621) | 评论(0) | 转发(0)

发布时间:2015-07-15 14:40:58

<span id="__kindeditor_bookmark_start_5__" style="display:none;"></span>MySQL ERROR 1005: Can't create table (errno: 150)<br />主外键列的数据类型不一致<br />......【阅读全文】

阅读(565) | 评论(0) | 转发(0)

发布时间:2015-07-08 10:23:25

存在该错误表明事务中存在非事务性表,问题严重<img src="http://blog.chinaunix.net/kindeditor/plugins/emoticons/images/9.gif" alt="" border="0" /><br />Some non-transactional changed tables couldn't be rolled back。......【阅读全文】

阅读(628) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册