WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT ID, COUNT( comment_ID ) AS ccount FROM wp_posts LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE ID IN (86) GROUP BY ID

Curioso! » 2006 » September


Archive for September, 2006

Flash BIOS on Linux system without floppy

Saturday, September 9th, 2006

My new Linux server will have an AMD Sempron 3000+ CPU, but my MSI RS482M-IL motherboard would not recognize this processor, the BIOS was too old. I did not build in a floppy, so the normal flash procedure does not work. Googling showed up some alternatives of doing this via CD. Free DOS did not work, but the following did:

  • Burn DOS 6.21 on a CD.
  • Burn the BIOS image and flash program on another CD.
  • Boot from the DOS CD and note on which letter the CD drive is mounted, for me it was R:.
  • Type R:
  • Exchange the DOS CD with the BIOS CD.
  • Follow the BIOS flash procedure.

WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 86 AND comment_approved = '1';

WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = '86' AND comment_approved = '1'

No Comments »