mysql replication new table failure

I've got 2 mysql servers set up one as master one as slave.
All writes go to the master and most reads to the slave.

System works well for most things but is failing where a table has been created on the master server. For some reason it doesn't look like they're being created on the slave. Is this a known limitation?

Could it be a lack of permissions for the replication user?

 

 

 

 

Top