WordPress veri tabanı sorunu: [Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")]SELECT wpsg_posts.*
FROM wpsg_posts INNER JOIN wpsg_postmeta ON ( wpsg_posts.ID = wpsg_postmeta.post_id )
WHERE 1=1 AND (
( wpsg_postmeta.meta_key = '_wp_page_template' AND wpsg_postmeta.meta_value = 'portfolio.php' )
) AND wpsg_posts.post_type = 'page' AND ((wpsg_posts.post_status = 'publish'))
GROUP BY wpsg_posts.ID
ORDER BY wpsg_posts.post_title ASC
WordPress veri tabanı sorunu: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wpsg_options`