码迷,mamicode.com
首页 >  
搜索关键字:master    ( 15099个结果
NFS挂载故障卡死的问题
NFS挂载故障卡死的问题默认是硬的,改成软的。比如:mount -t nfs -o rw,vers=4,noacl,nocto,noatime,nodiratime,rsize=131072,wsize=524288,async,soft,bg,acregmin=3,acregmax=10,acdi...
分类:其他好文   时间:2014-08-26 11:29:25    阅读次数:334
git 使用技巧总结 (不断更新中)
git 使用技巧总结说明: 本地repo已经有啦,对应的远程repo 为tiger, 本地分支为master。问题一:当拉取代码的remote repo仓库为tiger, 而现在要将修改push到remote repo的 develop分支该如何?思路:拉取新的remote_develop_repo...
分类:其他好文   时间:2014-08-26 11:20:36    阅读次数:203
wamp mysql 创建主从数据库
这跟你是不是wmap没有关系的,wamp是一个集成环境,只是一次性帮你创建一个web服务器而已下面给你些配置一、登录Master服务器,修改my.ini,添加如下内容: [wampmysqld] #数据库ID号,为1时表示为Master,其中master_id必须为1到232–1之间的一个正整数.....
分类:数据库   时间:2014-08-26 11:11:45    阅读次数:247
mysql 主从同步原理
Replication 线程 Mysql的 Replication 是一个异步的复制过程,从一个 Mysql instace(我们称之为 Master)复制到另一个 Mysql instance(我们称之 Slave)。在 Master 与 Slave 之间的实现整个复制过程主要由三个线程来完成.....
分类:数据库   时间:2014-08-26 11:09:25    阅读次数:248
salt-ssh 部署key
[root@develop ~]# salt-master --versions-report Salt: 2014.1.10 Python: 2.7.8 (default, Aug 17 2014, 20:11:11) Jinja2: 2.7.3 M2C...
分类:其他好文   时间:2014-08-26 11:06:25    阅读次数:346
Keepalived中Master和Backup角色选举策略
在Keepalived集群中,其实并没有严格意义上的主、备节点,虽然可以在Keepalived配置文件中设置“state”选项为“MASTER”状态,但是这并不意味着此节点一直就是Master角色。控制节点角色的是Keepalived配置文件中的“priority”值,但并它并不控制所有节点的角色,另一个能改变..
分类:其他好文   时间:2014-08-26 03:11:06    阅读次数:307
fatal: /etc/postfix/master.cf: line 109: bad transport type: user=vuser
postfix无法启动,查看日志,发现日志提示master.cf文件109行有问题,打开文件一看109行是注释啊,怎么回事?日志如下:tail-f/var/log/maillog Aug1815:56:11localhostpostfix/postfix-script[11639]:startingthePostfixmailsystem Aug1815:56:11localhostpostfix/master[1164..
分类:其他好文   时间:2014-08-26 03:02:16    阅读次数:169
关于大师
To follow the path: look to the master,(寻找大师) follow the master,(跟随大师) walk with the master,(与大师同行) see through the master,(观摩大师) become the master.(成...
分类:其他好文   时间:2014-08-26 00:06:05    阅读次数:231
poj 2251 Dungeon Master
#include #include #include #include using namespace std;#define maxx 45char map[maxx][maxx][maxx];int vis[maxx][maxx][maxx];int dir[6][3]={{1,0,0},{-1...
分类:其他好文   时间:2014-08-25 22:26:04    阅读次数:306
MySQL 主主报错: Fatal error: The slave I/O thread stops because master and slave have
Mysql主主启动错误处理error信息:Slave_IO_State:Master_Host:192.168.6.87Master_User:replicationMaster_Port:3306Connect_Retry:60Master_Log_File:mysql-bin.000003Read_Master_Log_Pos:106Relay_Log_File:mysqld-relay-bin.000002Relay_Log_Pos:4Relay_Master_Log_File:m..
分类:数据库   时间:2014-08-25 15:09:34    阅读次数:2091
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!