WordPress database error: [Out of memory (Needed 1607792 bytes)]
SELECT wp_terms.term_id as category_ID,
wp_terms.name as cat_name,
wp_term_taxonomy.parent as category_parent
FROM wp_terms, wp_term_taxonomy
WHERE wp_term_taxonomy.taxonomy = 'category'
AND wp_terms.term_id = wp_term_taxonomy.term_id
GROUP BY category_ID
ORDER BY category_parent, cat_name