Yesterday I installed the master-slave replication system here, and they see each other (the master accepted the slave), but the server throws an error at me:Error 'Table 'ohd.hashes' doesn't exist' on query. Default database: 'ohd'. Query: 'ALTER TABLE
hashesADD INDEX(
date,
user)'
but that error should not occur as the whole point of replication is to make a near-identical copy of the master server...
anyone who can help me on this? it's my first time working with replication