地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

【MySQL】–-redo-log-arch-dirとは?

MySQLでの --redo-log-arch-dir のオプションは、InnoDBRedo Logをアーカイブするディレクトリを指定するためのものです。

Defines labeled directories where redo log archive files can be created. You can define multiple labeled directories in a semicolon-separated list.

参考

blog.s-style.co.jp

blog.s-style.co.jp