why does wordpress db not export correclty?

Joined
12 Feb 2006
Posts
17,644
Location
Surrey
i don't understand what i'm doing wrong here. i have xampp installed on my pc which i'm working on a wordpress blog. i click export in phpMyAdmin to the wordpress database, copy all the files. i then imported the sql file on my laptop and copied the wordpress files to the exact same location, however the information isn't exported pproperly, e.g. the permalink settings are incorrect and only the first 10-20 words of each article is copied.

anyone know why this happens? i can't see how else i'd get it to go across correctly :(
 
I've had this problem myself. In work we use a number of MySQL databases. I once had to move the databases from one server to another.. I tried exporting from PhpMyAdmin and when I re-imported (although it did re-import) a lot of things had lost their formatting.

The way I got around it was using the command line.
 
Back
Top Bottom