Comments on: The importance of data integrity/2009/03/31/the-importance-of-data-integrity/
Commercial gaming for LinuxSun, 10 May 2009 06:49:36 +0000http://wordpress.org/?v=2.7hourly1By: Michael Simms (CEO and head of Development)/2009/03/31/the-importance-of-data-integrity/comment-page-1/#comment-154
Michael Simms (CEO and head of Development)Tue, 31 Mar 2009 15:03:33 +0000/?p=175#comment-154Thats fairly clever, Im disapointed in myself for not thinking of that one!Thats fairly clever, Im disapointed in myself for not thinking of that one!
]]>By: Nath/2009/03/31/the-importance-of-data-integrity/comment-page-1/#comment-153
NathTue, 31 Mar 2009 07:33:47 +0000/?p=175#comment-153Glad you are back up. Was wondering what was up with the servers.Glad you are back up. Was wondering what was up with the servers.
]]>By: blindcoder/2009/03/31/the-importance-of-data-integrity/comment-page-1/#comment-152
blindcoderTue, 31 Mar 2009 06:11:43 +0000/?p=175#comment-152A quick-n-dirty hack to check for data integrity - at least on the harddisk side of things:
blindcoder@fortuna:~$ mysqldump -u root -p blindcoder_gurps | tee /tmp/dumpme.sql | md5sum ; md5sum /tmp/dumpme.sql
Enter password:
d6c05001c9fa8dc91e74463bfebb1e0c -
d6c05001c9fa8dc91e74463bfebb1e0c /tmp/dumpme.sqlA quick-n-dirty hack to check for data integrity - at least on the harddisk side of things:
blindcoder@fortuna:~$ mysqldump -u root -p blindcoder_gurps | tee /tmp/dumpme.sql | md5sum ; md5sum /tmp/dumpme.sql
Enter password:
d6c05001c9fa8dc91e74463bfebb1e0c -
d6c05001c9fa8dc91e74463bfebb1e0c /tmp/dumpme.sql
]]>