码迷,mamicode.com
首页 >  
搜索关键字:percona xtradb cluster 5.6安装配置    ( 4271个结果
Cassandra数据库Java访问
针对的时Cassandra 2.0 数据库 Java本地客户端访问Cassandra,首先建立Java工程,使用Maven进行管理。 引入依赖: com.datastax.cassandra cassandra-driver-core 2.1.0 1. 类似Elasticsearch的方式,现在客户端构建一个集群对象: Cluster cluster = Cl...
分类:数据库   时间:2014-10-24 18:53:52    阅读次数:287
libmysqlclient.so.18()(64bit) is needed by sysbench-0.5-3.el6.x86_64
centos6.564bit用rpm包安装sysbench时出现[root@localhost~]#rpm-ivhsysbench-0.5-3.el6_.x86_64.rpm error:Faileddependencies: libmysqlclient.so.18()(64bit)isneededbysysbench-0.5-3.el6.x86_64解决办法安装Percona-XtraDB-Cluster-shared-55-5.5.37-25.10.756.el6.x86_64..
分类:数据库   时间:2014-10-24 11:12:09    阅读次数:610
JBOSS通过Apache负载均衡方法二:使用mod_cluster
本文介绍使用mod_cluster组件通过apache来对JBOSS做负载均衡。基本环境为:linux RH6.3 64bit下使用jboss-eap-6.0和mod-cluster 1.2.6(集成了mod cluster相关组件的apache,mod_cluster-1.2.6.Final-l....
分类:Web程序   时间:2014-10-23 15:58:44    阅读次数:597
MySQL Replication, 主从和双主配置
MySQL Replication, 主从和双主配置MySQL的Replication是一种多个MySQL的数据库做主从同步的方案,特点是异步,广泛用在各种对MySQL有更高性能,更高可靠性要求的场合。与之对应的另一个技术是同步的MySQL Cluster,但因为比较复杂,使用者较少。下图是MySQ...
分类:数据库   时间:2014-10-23 12:11:20    阅读次数:226
urllib url后面传长数据
用给自己记录用defmonitor_work_1(content):dict_1={‘service‘:‘rdc_monitor‘,‘checkpoint‘:‘rdc_monitor_log‘,‘title‘:content,‘content‘:content,‘cluster‘:‘public‘,‘grade‘:‘2‘}params=urllib.urlencode(dict_1)urllib.urlopen(‘http://alert.sae.sina.com.cn/new/‘,params)
分类:Web程序   时间:2014-10-21 19:49:41    阅读次数:168
安装并使用pt-ioprofile
pt-ioprofile,是一个percona的性能分析工具,可以查看进程输出、输入,打印一些表文件及活动IO。pt-ioprofile是一个只读工具,所以对数据没风险。由于网上对pt-ioprofile的安装说明比较少,很多小伙伴都无从下手^.^下面介绍一下pt-ioprofile的安装过程:#....
分类:其他好文   时间:2014-10-21 17:37:08    阅读次数:949
Spark Standalone Mode
It is very easy to install a Spark cluster (Standalone mode). In my example, I used three machines. All machines run a OS of ubuntu 12.04 32bit. One m...
分类:其他好文   时间:2014-10-21 17:20:33    阅读次数:192
cluster by fast search and find of density peaks
This paper proposed a new cluster idea. The idea is that the cluster center is characterrized by a higher density than their neighbors and by a relati...
分类:其他好文   时间:2014-10-19 11:25:21    阅读次数:172
MysqlCluster 开机自动启动
公司测试环境,使用两台服务器部署了mysql cluster。因为公司机房经常会断电,导致每次服务器重启后,都要手动重启一遍各种服务器,否则无法进行测试,非常麻烦。所以结合之前在网上看到了监控脚本,整理...
分类:数据库   时间:2014-10-16 16:47:03    阅读次数:477
FAT32文件系统损坏
FAT:Filesytemerror(/dev/sda1)fat_get_clusterinvalidclusterchain(i_pos8450498)Filesystemhasbeensetread-onlyfat_free_clusterdeletingFATentrybeyondEOF
分类:其他好文   时间:2014-10-13 21:12:17    阅读次数:475
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!