码迷,mamicode.com
首页 >  
搜索关键字:stop slave    ( 9990个结果
【oracle 11G Grid 】Crsctl start cluster 和 crsctl start crs 有区别么?
【oracle 11G Grid 】Crsctl start cluster 和 crsctl start crs 有区别么? q:Crsctl start cluster  是 11.2新特性和 crsctl start crs 有啥区别呢? Crsctl start/stop crs 管理本地节点的clusterware st...
分类:数据库   时间:2014-06-25 19:38:59    阅读次数:523
双slave的server_uuid同样问题
早上做数据迁移,部署完slave2,发现3台机子的日志狂刷:旧slave:2014-05-29 14:35:35 996 [Note] Slave: received end packet from server, apparent master shutdown: 2014-05-29 14:35...
分类:其他好文   时间:2014-06-25 16:22:22    阅读次数:283
Linux中的硬盘分区
1.硬盘的传输接口与设备文件名的关系目前硬盘的传输接口主要有以下几种:IDE接口:IDE接口使用的排线较宽,每条IDE排线可以连接两个IDE设备,这两个设备被区分为Master(主设备)和Slave(从设备)。通常主板会提供两个IDE接口,分别被称为IDE1(Primary)和IDE2(Second...
分类:系统相关   时间:2014-06-25 15:40:23    阅读次数:219
Bug的类型
美国计算机科学家、图灵奖获得者詹姆斯·尼古拉·格雷(Jim Gray),在他的著名的论文“Why do computers stop and what can be done about it?”中首次提出了程序bug的类型,比如玻尔bug(Bohrbug)、 海森堡bug(Bohrbug)等用著名...
分类:其他好文   时间:2014-06-25 14:55:40    阅读次数:263
karaf命令之 bundle的查看列表、部署、启动、停止
查看列表: list 部署 bundle:install wrap:mvn:com.demo/hello-provider/0.0.1-SNAPSHOT 启动 bundle:start bundle_id 停止: bundle:stop bundle_id...
分类:其他好文   时间:2014-06-25 00:13:59    阅读次数:886
Ubuntu启动、停止、重启MySQL,查看MySQL错误日志、中文编码错误
启动: sudo /etc/init.d/mysql start 停止: sudo /etc/init.d/mysql stop 重启: sudo /etc/init.d/mysql restart 查看日志: cat /var/log/mysql.err cat /var/log/mysql/error.log...
分类:数据库   时间:2014-06-24 23:06:43    阅读次数:242
MyEclipse10+Flash Builder4+BlazeDS+Tomcat7配置J2EE Web项目报错(一)
1、错误描述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-6-23 20:15:55 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded...
分类:Web程序   时间:2014-06-24 18:34:48    阅读次数:175
nginx添加系统服务(start|stop|restart)
nginx添加系统服务1、编写脚本,名为nginx#!/bin/sh##nginx - this script start and stops the nginx daemon##chkconfig: -85 15#description: Nginx is an HTTP(S) server, H...
分类:其他好文   时间:2014-06-22 12:49:41    阅读次数:199
MySQL Row格式Binlog的解析(1)
用MySQL 行格式的复制的Slave经常会遇到复制出错1062和1032 错误,一般是镜像异常宕机导致主从复制数据不一致所致,但是有些库本身很大,重建成本很大,并且这些库的数据一致性用户可能都不是太关心的,所以之前的处理办法一般是遇到主键冲突的就跳过,遇到找不到key的就用mysqlbinlog....
分类:数据库   时间:2014-06-22 12:38:23    阅读次数:977
memcached 常用命令最全总结大全
author:jessonlv date:2014/6/18 1、首先,总结一下memcached的一些基本设置 -p 监听的端口 -l 连接的IP地址, 默认是本机 -d start 启动memcached服务 -d restart 重起memcached服务 -d stop|shutdown 关闭正在运行的memcached服务 -d install 安装memcach...
分类:其他好文   时间:2014-06-22 00:55:42    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!