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 (117) GROUP BY ID

Curioso! » Blog Archive » Experience with upgrade to Mac OS 10.5 Leopard


Experience with upgrade to Mac OS 10.5 Leopard



I did an upgrade yesterday, and this did not go smoothly, Leopard bit me hard:

  1. After the upgrade, the login screen showed all my users, but it refused my password. This issue is described on Apple Support: Unable to log in to account after an upgrade install. Repairing it requires booting to single user mode (press cmd-S during boot) and then enter this non-trvial sequence of commands:
    mount -uw /
    launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
    dscl . -delete /Users/curioso AuthenticationAuthority
    passwd curioso
    

    and type in twice the password that you already had.

  2. After the upgrade the user interface freezes of my new iMac 24 inch got very bad. I had one or two freezes before the upgrade, which was not too bad. But now the freeze seemed to happen anytime I went to the dock to unhide it. I set the dock to not hide automatically, which seems to help.
    Update: dock hiding probably has nothing to do with it. I booted in safe mode, and this disables the ATI graphics card device driver.
  3. Quartz Composer does not seem to recognize my video card, so most screen savers do not work. Still struggling with this one.
    Update: this is because I booted in safe mode, and then the graphics driver is disabled.

Update (3-nov-2007): I applied the iMac 1.3 update, but the freezes persist. The problem is clearly related to the ATI Radeon HD 2600 GPU that is used in the iMac.

Update (15-nov-2007): Freezes were fixed by the Apple iMac graphics firmware update 1.0.

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

Leave a Reply