We have right now one server with a database. A device and a website are accessing that database causing load
What I want is to create two servers master-slave where master databases are replicated to slave but slave have some databases that must not be in master database.
Is it possible to do it using master-slave replication or using master-master replication?