MySQL Forums
Forum List  »  Quality Assurance

Mysql replication issue
Posted by: anoop p k
Date: May 08, 2013 04:50AM

I am trying to set mysql replication in my two separate server. I am referring the site https://www.digitalocean.com/community/articles/how-to-set-up-master-slave-replication-in-mysql to do this. But after grant permission to set i got 0 query effected instead of

mysql> SHOW MASTER STATUS;
+------------------+----------+--------------+------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB |
+------------------+----------+--------------+------------------+
| mysql-bin.000001 | 107 | newdatabase | |
+------------------+----------+--------------+------------------+
1 row in set (0.00 sec)

Can anybody help me to clearthis?

Options: ReplyQuote


Subject
Views
Written By
Posted
Mysql replication issue
3070
May 08, 2013 04:50AM
1690
May 19, 2013 08:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.