Tag: mysql

After writing the article yesterday about removing a slave from a MySQL replication setup. I was digging around the mysql data directory and noticed that the innodb data file hadn't reduced in size after I dropped the database.
There might be a time that you no longer need a MySQL slave in your replication setup. You can remove a mysql replication slave using the following instructions.