Hi,
Can I use file I/O for MySQL replication / failover ? I beleive only block I/O would work as file I/O would corrupt the database ?
thx
Printable View
Hi,
Can I use file I/O for MySQL replication / failover ? I beleive only block I/O would work as file I/O would corrupt the database ?
thx
You can use both Block and or File, most of the tests we did were with Oracle in Block IO mode.