MySQL Forums
Forum List  »  Newbie

Re: Wordpress Database Problem
Posted by: Barry Galbraith
Date: October 19, 2015 07:07PM

The DB file is obtained by a backup program (mysqldump?) running queries against your database and writing the response(s) to a file.
The backup script doesn't know about any order, and it really doesn't matter what order you get the data in, as long as you get it all.

Again, there is no inherent order in a table until you retrive it with 'ORDER BY'.

You are worrying yourself about nothing. It's the way RDBMS works!

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
October 19, 2015 12:15PM
Re: Wordpress Database Problem
October 19, 2015 07:07PM
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.