Created
September 17, 2015 12:21
-
-
Save masayuki5160/1b1d1128c2b37ea77e56 to your computer and use it in GitHub Desktop.
RDS,EC2でレプリケーションをする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------ | |
RDS,EC2でレプリケーションをする | |
------------------------------------ | |
RDSがマスター, EC2を参照系としてサーバを構築する際のメモ | |
注意点は、 | |
・mysqlサーバのバージョンをあわせること | |
・RDS、EC2のtimezoneをあわせること => RDSはデフォルトUTCなのでそこを設定 | |
あたり。 | |
参考にするサイトはこちら | |
★RDSのtimezoneを調整する。 | |
http://nekakoshi.hatenablog.jp/entry/2015/05/07/000208 | |
★Amazon Linux AMIにMysql 5.6 をインストール | |
http://www.skyarch.net/blog/?p=2393 | |
★MySQL レプリケーションのセットアップ手順 | |
http://wadslab.net/wiki/index.php?MySQL%20%A5%EC%A5%D7%A5%EA%A5%B1%A1%BC%A5%B7%A5%E7%A5%F3%A4%CE%A5%BB%A5%C3%A5%C8%A5%A2%A5%C3%A5%D7%BC%EA%BD%E7 | |
★RDSからEC2上のMySQL(mroonga)にレプリケーションする | |
http://qiita.com/hatahata/items/9ef7e50cec39ed694dc6 | |
★レプリケーションエラーをスキップする方法 | |
http://qiita.com/hit/items/018abf825879f344a206 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment