Database Replication
Posted
by tanthiamhuat
on Stack Overflow
See other posts from Stack Overflow
or by tanthiamhuat
Published on 2010-05-03T03:41:20Z
Indexed on
2010/05/03
3:48 UTC
Read the original article
Hit count: 519
database
|replication
I have tried to follow the steps outlined in http://www.howtoforge.com/mysql_database_replication for Database Replication. I have created the database exampledb, and create some tables and load them with values.
But when I execute USE exampledb; FLUSH TABLES WITH READ LOCK; SHOW MASTER STATUS;
I do not get any output, it says 0 rows affected. why is it so?
© Stack Overflow or respective owner