首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

mysql主从同步master.info封存的信息

2012-10-23 
mysql主从同步master.info保存的信息我的master.info信息如下:1 152 con.001069#master bin-log file3 291

mysql主从同步master.info保存的信息
我的master.info信息如下:
  1 15
  2 con.001069 #master bin-log file
  3 291682093 #master bin-log pos
  4 10.173.10.51 #master-host
  5 repl #replication username
  6 1234 #master password
  7 3306 #master port
  8 60 #master-connect-retry
  9 0
 10 
 11 
 12 
 13 
 14 
 15 0
 16 

可以看到有十六行数据(空的行也是有意义的),我知道的已经在后面标出来,那请问其他的行都是代表什么信息呢?
查遍了整个网络也没有找到信息。请各位大侠出手。分数全部奉上

[解决办法]
http://dev.mysql.com/doc/refman/5.1/en/slave-logs-status.html
建议你不要到处找,而是直接在mysql reference中找,90%的资料性的下东西都能在reference中找到。呵呵:)

热点排行