15th February, 2016 Slave Database sync

1. login to db server:
ssh ec2-user@54.88.15.40

mysql -u root -p
1234

2. Slave database sync
https://www.howtoforge.com/how-to-repair-mysql-replication

SHOW SLAVE STATUS \G

--------------
Topic table
select * from topic where (title like ' %') or (title like '% ');
 

Topic merge table
select * from topic_merge order by create_date desc;







Comments content etable

select *  from topic_comments_content order by create_date desc limit 1;

Comments