無須多說什麼,就聽吧
個人心情和 Linux / FreeBSD 等技術
2009/09/21
mysql slave replication error
error log 裡面出現了這行...
Error: log file ./ib_logfile0 is of different size 0 67108864 bytes
仔細查才發現 master 的 my.cnf 裡面
innodb_log_file_size = 64M
而 replication slave 的 my.cnf
innodb_log_file_size = 8M
這樣跑就會出錯了,把 slave 的 my.cnf 改成和 master 一樣的大小就行了
Error: log file ./ib_logfile0 is of different size 0 67108864 bytes
仔細查才發現 master 的 my.cnf 裡面
innodb_log_file_size = 64M
而 replication slave 的 my.cnf
innodb_log_file_size = 8M
這樣跑就會出錯了,把 slave 的 my.cnf 改成和 master 一樣的大小就行了
訂閱:
文章 (Atom)