mysql schema changes with master & slave

mysql

Solution

No, you have to change it manually.

Problem

If I have a MySQL master-slave set-up and I change the schema on the master (e.g. ALTER TABLE/CREATE TABLE, etc), will those changes get replicated over to the slave?

Original source