WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-965a8-4034cd-78ad.MAI' (Errcode: 30 "Read-only file system")]SHOW FULL COLUMNS FROM `wp6d_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-965a8-4034cd-78ae.MAI' (Errcode: 30 "Read-only file system")]SELECT
`p`.`ID`, `p`.`post_title`, `p`.`post_content`, `p`.`post_excerpt`, `p`.`post_type`, `p`.`post_password`, `p`.`post_parent`, `p`.`post_date_gmt`, `p`.`post_modified_gmt`, `ap`.`priority`, `ap`.`frequency`, `ap`.`images`
FROM wp6d_posts as p
LEFT JOIN wp6d_aioseo_posts as ap ON `ap`.`post_id` = `p`.`ID`
WHERE 1 = 1 AND
`p`.`post_status` = 'publish'
AND p.post_type IN ( 'post' )
AND ( `ap`.`robots_noindex` IS NULL OR `ap`.`robots_default` = 1 OR `ap`.`robots_noindex` = 0 OR post_id = 284 )
ORDER BY `ap`.`priority` DESC, `p`.`post_modified_gmt` DESC
LIMIT 0, 1000
/* 1 = 1 */