customization – Has the table name in SQL for WordPress changed from WP_posts to WPCS_post?
Question
I ran this query in SQL in PhyMyAdmin
UPDATE wp_posts SET post_content = REPLACE (post_content,'https://www.example.com/wp-content/uploads/','https://www.cdn.example.com/');
Though it ran, then gave ERROR wp_posts' doesn't exist.
The
0
3 weeks
0 Answers
0 views