What is the best way to calculate a checksum for a file that is on my machine?

前端 未结 20 2453
夕颜
夕颜 2020-12-22 17:22

I\'m on a Windows machine and I want to run a checksum on the MySQL distribution I just got. It looks like there are products to download, an unsupported Microsoft tool, an

20条回答
  •  粉色の甜心
    2020-12-22 17:50

    Any MD5 will produce a good checksum to verify the file. Any of the files listed at the bottom of this page will work fine. http://en.wikipedia.org/wiki/Md5sum

提交回复
热议问题