Page 1 of 1

Checksum different

PostPosted: 27. January 2011 07:20
by castor_t
I have a server and I use a third party tool to synchronize mysql database with the server.

I installed xampp 1.7.4 portable version and copied the data folder from xampp 1.7.3\mysql folder to the new version...

After I did that, my tool says that the checksum of the rows are different and is synchronizing everything again.

My question is does the checksum of rows differ after I upgrade to the new version?

Re: Checksum different

PostPosted: 27. January 2011 07:24
by Sharley
Was the 1.7.3 version portable also ie no drive letters in paths?

Re: Checksum different

PostPosted: 27. January 2011 07:28
by castor_t
Yes.. I can see the rows and the tables in phpmyadmin.
It looks like the checksum is different... My tools is synchronizing all the rows again because of this.

Re: Checksum different

PostPosted: 27. January 2011 07:32
by Sharley
phpMyAdmin and MySQL have both been updated in 1.7.4 and so the checksums would be different to those created in the 1.7.3 versions of those components.

Re: Checksum different

PostPosted: 27. January 2011 07:33
by castor_t
Thanks for clearing that up...