Database Replication
- by tanthiamhuat
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?