MySQL : Error :1000 SQLSTATE: HY000 (ER_HASHCHK) Message: hashchk Server Error


Error No : 1000
Error Type : Server Error
Error Code : 1000 SQLSTATE: HY000 (ER_HASHCHK)
Error Message : hashchk
This error may occur if Hash Check fails.

What is hash check: It is a process of comparing a piece of data's hash with a reference hash in order to verify the integrity of the piece of data. It is used to check the file integrity. I file may get corrupted during transmission, hash check ensures that the file is not been corrupted.

The hash check can be done using SHA1 or MD5 based hash Algorithms.



Top Hashtags: