现在的软件越来越好安装,尤其是在ubuntu下安装软件,更是没有技巧,只需要在联网的情况下使用apt-getinatll即可。在决定安装mysql之前,要先确定系统是否已经安装mysql。hadoop@master:~$netstat-tap|grepmysql
(并非所有进程都能被检测到,所有非本用户的进程信息将不会显示..
分类:
数据库 时间:
2014-10-12 03:40:37
阅读次数:
263
一、试验环境:rhel1————master————192.168.10.1————供slave同步的用户和密码都为slaverhel2————slave————192.168.10.2————同步master上的所有数据库二、分别在rhel1与rhel2上安装mysql;三、rhel1(即master)配置:1.修改主配置文件vim/etc/my.cnf:..
分类:
数据库 时间:
2014-10-12 03:09:47
阅读次数:
254
现在的软件越来越好安装,尤其是在ubuntu下安装软件,更是没有技巧,只需要在联网的情况下使用apt-get inatll 即可。在决定安装mysql之前,要先确定系统是否已经安装mysql。hadoop@master:~$ netstat -tap | grep mysql (并非所有进程都能被检...
分类:
数据库 时间:
2014-10-12 01:38:37
阅读次数:
320
这个包含的jar包是高版本点的: http://pan.baidu.com/s/1o6JTXzG 这个是低版本点的: http://pan.baidu.com/s/1i3oWcLZ 使用的方法转自: http://blog.csdn.net/vipzjyno1/article/details/232...
分类:
移动开发 时间:
2014-10-11 20:01:46
阅读次数:
203
自己搭建好mysqlmmm(Master-MasterReplicationManager)高可用架构后看不到vip地址,经过在网上找了大量的文章和自己平时的观察终于发现找出vip地址的方法了,现在分享给大家.1.在mmm监控服务器查看各节点的状态[root@node2bin]#mmm_controlshowdb2(192.168.56.105)master/ONLINE...
分类:
数据库 时间:
2014-10-11 19:03:26
阅读次数:
264
转:http://blog.chinaunix.net/uid-25135004-id-4172954.html测试kafka producer发送消息 和consumer 接受消息报错 ,kafka版本kafka_2.9.2-0.8.1[root@master ~]# /export/kafka/...
分类:
其他好文 时间:
2014-10-11 18:40:56
阅读次数:
403
git init commit 等bug error:?src?refspec?master?does?not?match?any. 引起该错误的原因是,目录中没有文件,空目录是不能提交上去的 error:?insufficient?permission?for?adding?an?object?to?...
分类:
其他好文 时间:
2014-10-11 18:02:06
阅读次数:
239
slave的延迟是比较常见的,如果短暂的延迟后还能追上,一般就能接受了。用innodb不是坏事,会减少一些slave中止的情况。如果是myisam的表,insert update delete操作异常中断(比如ctrl c),slave就会停止同步,需要手工干预一下。在08-2-3,Simonsen...
分类:
数据库 时间:
2014-10-11 16:17:55
阅读次数:
150
gosp_configure 'show advanced options',1reconfiguregosp_configure 'xp_cmdshell',1reconfiguregoEXEC master..xp_cmdshell 'bcp "SELECT * FROM TestDB.dbo....
分类:
数据库 时间:
2014-10-11 15:20:55
阅读次数:
265
详细可看: http://uisource.com/project/auto-scroll-view-pager/ 示例代码可看: https://github.com/Trinea/android-demo/blob/master/src/cn/trinea/android/demo/AutoSc...
分类:
移动开发 时间:
2014-10-11 10:01:25
阅读次数:
307