Alright coding Bros and brosephs, I've got a simple one for you database folk.
I've got a huge, slow WP database that I just want the posts and titles out of to use again one day.
In the past I've used an exporter tool from inside wordpress to export to an XML file but I can't even keep the blog up anymore; it's pathetic.
So I'm thinking that a CSV file would be fine, such as a SQL Query from inside phpmyadmin, of the "_posts" table, with just the two columns for all published posts. ("post_content" & "post_title". So three columns including "post_status" if it's easier to do it that way.)
Sadly, I'm clueless how to do queries like this, never having gotten my Ph.D in mySQL.
Also, the post table is sure to have quotes in it so that would suck as a delimiter. Can the query ask for a | instead to delimit columns?
Anyone wanna lend a duck a hand?
Thanks bros,
Luke
I've got a huge, slow WP database that I just want the posts and titles out of to use again one day.
In the past I've used an exporter tool from inside wordpress to export to an XML file but I can't even keep the blog up anymore; it's pathetic.
So I'm thinking that a CSV file would be fine, such as a SQL Query from inside phpmyadmin, of the "_posts" table, with just the two columns for all published posts. ("post_content" & "post_title". So three columns including "post_status" if it's easier to do it that way.)
Sadly, I'm clueless how to do queries like this, never having gotten my Ph.D in mySQL.
Also, the post table is sure to have quotes in it so that would suck as a delimiter. Can the query ask for a | instead to delimit columns?
Anyone wanna lend a duck a hand?
Thanks bros,
Luke