注意mysqlslap 是mysql5.1之后新添加的功能,之前的版本是没有此功能的
分类:
数据库 时间:
2014-07-10 11:15:56
阅读次数:
280
Slave crash-safe replication
mysql的slave启动时,error.log中出现Warning警告:
[Warning] Slave SQL: If a crash happensthis configuration does not guarantee that the relay log info will beconsistent, Error_code: 0...
分类:
移动开发 时间:
2014-07-03 18:15:13
阅读次数:
278
Last_IO_Error: The slave IO thread stopsbecause the master has @@GLOBAL.GTID_MODE OFF and this server has@@GLOBAL.GTID_MODE ON...
分类:
数据库 时间:
2014-07-03 17:31:44
阅读次数:
348
转载:http://blog.sina.com.cn/s/blog_5391f1100101ojzz.html1配置mysql的MYSQL_HOME和PATH2在HOME下面配置my.ini文件,内容如下[mysqld]loose-default-character-set = utf8 based...
分类:
数据库 时间:
2014-07-02 18:11:53
阅读次数:
243
需求:1:安装mysql5.6数据库2:建studb库,并建stuinfo学生表,要求建字段stu_idnameagesexclassdizhi,建表时添加普通,唯一索引3:在表中添加新字段名id为主键索引,并让id值自动增长,修改dizhi为home4:新建stuchengji表,建表时设置外键关联stuinfo5:为stuinfo表插入数..
分类:
数据库 时间:
2014-07-02 11:30:51
阅读次数:
266
create tablelgmnr_bak select * from lgmnr;
ERROR 1786 (HY000): CREATE TABLE ... SELECTis forbidden when @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1...
分类:
数据库 时间:
2014-07-02 08:07:11
阅读次数:
416
ERROR 1665 (HY000): Cannot executestatement: impossible to write to binary log since BINLOG_FORMAT = STATEMENTand at least one table uses a storage engine limited to row-based logging.InnoDB is limited to row-logging when transaction isolation level is REA...
分类:
数据库 时间:
2014-07-02 07:46:46
阅读次数:
322
作者:shunz,出处:http://shunz.net/2008/06/mysql_discuz_.html 最近,帮一个朋友优化一个拥有20万主题,100万帖子,3万多会员,平均在线人数2000人的Discuz!论坛,采用Linux2.6+Apache2+mod_php5+MySQL5,服务器配...
分类:
数据库 时间:
2014-07-01 20:42:00
阅读次数:
306
1 下载安装包download tar.gzwget http://download.csdn.net/detail/mchdba/7545037?2 安装cmake软件包yum install cmake -y3 create account of mysqlgroupadd mysql useradd -g mysql mysql autoreconf...
分类:
数据库 时间:
2014-07-01 08:21:07
阅读次数:
255
本文主要介绍免安装配置mysql5.6.19的过程,整个过程中自己出现很多次失误,经过整理,现将一次可成功的过程记录下来,供大家参考。
准备
在mysq官网 http://dev.mysql.com/downloads/mysql/,下载最新稳定版本。
本文使用的mysql版本为5.6.19,因下载免安装版本,在页面选择“Windows (x86,
64-bit), ZIP Ar...
分类:
数据库 时间:
2014-06-30 10:21:24
阅读次数:
348