I'm currently trying to set up Master-Master MySQL replication between 2 servers, but I'm encountering an unusual issue.
I'm getting this error on my MySQL log:
Slave: Table 'phpmyadmin.pma_recent' doesn't exist Error_code: 1146
And I'm seeing that this table 'pma_recent' indeed doesn't exist on this particular server, but on the other server I'm setting up this replication with it does.
Any ideas as to what I should be doing here? Should I be looking into adding this table on the server getting the error, or removing it on the other?