Hi List /.
We are facing a problem with the replication of a DB
We have two databases which act as master and slave of each other.
The problem the log show is this:
Server A -> The MYSQL error is:
Error 'Table 'aso.aso_time' doesn't exist' on query.
Server B -> The MySQL error is:
Error 'Unknown table 'aso.aso_time' on query.
We added one table to server A but while we were creating the other
table on Server B the replication process started failing.
So we droped the table from server A but the problem still persits.
What do you recommend to get in sync both DB's /?
Thanks