AWS EC2/EBS 상의 MariaDB master/slave Replication

Master server$ mysql -uroot -pmysql> GRANT REPLICATION SLAVE ON *.* to 'repl'@'172.%' IDENTIFIED BY 'repl-password-here';mysql> flush tables with read lock;mysql> reset master;# Make note of the file...

MySql AWS EC2 replication 복제