I have a production mysql server. And one server for backups, with mysql slave running on it. As development continues I want to setup a small development server replicating only one of databases from master, ignoring binlogs for all other databases existing on master. Is it possible?
Share
Yes, and it easy. See http://dev.mysql.com/doc/refman/5.1/en/replication-rules.html for details.