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

前端 未结 20 2441
夕颜
夕颜 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:49

    On Windows : you can use FCIV utility : http://support.microsoft.com/kb/841290

    On Unix/Linux : you can use md5sum : http://linux.about.com/library/cmd/blcmdl1_md5sum.htm

提交回复
热议问题