iT邦幫忙

fillano 所有喜歡的回答 2320

關於mysql的一些同步問題想請教

看不懂你在問什麼,不過可以跟你解釋一下 replication 的運作: 假如使用 Master/Slave 的單向 replication,Master 不會...

2015-02-20 ‧ 由 jimmykai 提問

關於MYSQL交易機制與鎖表問題

你的例子不可能會發生。因為: MySQL 的 InnoDB engine 在 transaction 開始時會進行 row lock,也就不能再進行 writ...

2015-02-03 ‧ 由 imagine10255 提問

關於MYSQL交易機制與鎖表問題

你的例子不可能會發生。因為: MySQL 的 InnoDB engine 在 transaction 開始時會進行 row lock,也就不能再進行 writ...

2015-02-03 ‧ 由 imagine10255 提問