MySQL Forums
Forum List  »  Newbie

Re: Wordpress Database Problem
Posted by: White Brandon
Date: October 19, 2015 08:21PM

I did the following actions:

DELETE FROM wp_posts WHERE post_type='revision';

Is it possible the rows/tuples were re-sorted after the deletion? That means I still got same table but the positions of some rows are different from the previous ones.

I guess new posts randomly inserted to the table instead of being added to the end of table is because they are sent to fill the positions of those deleted rows? Once all empty rows are filled up, new posts will start to be added to the end of table again?

Sorry I look so dumb. I run my website but I don't operate DB. The tech support of my hosting company is not good either. What they recommend is: rollback!

Options: ReplyQuote


Subject
Written By
Posted
October 19, 2015 12:15PM
Re: Wordpress Database Problem
October 19, 2015 08:21PM
October 30, 2015 05:05PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.