Hi,
I have a replication setup going for a while now, but suddenly i am getting this error:
Table definition on master and slave does not match: Column 1 size mismatch - master has size 150, mydatabase.mytable on slave has size 51. Master's column size should be <= the slave's column size.
Now i have searched the web for a fix on this error for which i found a possible fix. The article said by checking the characterset on both the master and slave servers to see if it matched, there was indeed a mismatch in character sets, the master used UTF8 and slave used Latin1, so i changed the slave to UTF8 as well, but as the author of this article said, it should then work when starting the slave again, but it didn't.
The version of the master and the slave is
Anyone know how to fix this error ?
I have a replication setup going for a while now, but suddenly i am getting this error:
Table definition on master and slave does not match: Column 1 size mismatch - master has size 150, mydatabase.mytable on slave has size 51. Master's column size should be <= the slave's column size.
Now i have searched the web for a fix on this error for which i found a possible fix. The article said by checking the characterset on both the master and slave servers to see if it matched, there was indeed a mismatch in character sets, the master used UTF8 and slave used Latin1, so i changed the slave to UTF8 as well, but as the author of this article said, it should then work when starting the slave again, but it didn't.
The version of the master and the slave is
Anyone know how to fix this error ?