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

Curioso! » Blog Archive » Move songs between iTunes libraries


Move songs between iTunes libraries



I could not find an easy way to move songs from one iTunes library to another. After some searching and trial and error, I settled on the following.

  1. Make sure the trash can is empty.
  2. Select the songs I want to move, select Clear, confirm, and confirm moving to the trash.
  3. Open the trash can and move everything there to a temporary directory on the same drive as the iTunes library.
  4. Switch to another iTunes library.
  5. Copy all files in the temporary directory to iTunes.
  6. Delete the files in the temporary directory.

I tried to skip step 3 and 6, but apparently you cannot copy files directly from the trash can to iTunes….

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

Leave a Reply