Hi everyone:
I just exported a WordPress 3.0 database using mysqldump. I used the command:
mysqldump –add-drop-table -h db01.example.net -u dbocodex -p dbwp > backup.sql
I imported using:
mysql -h db01.example.net -u dbocodex -p dbwp < backup.sql
I checked the db tables and all looks to have been imported fine. I ran a SQL Update on the Options table and on the posts table to change the guid and posts content to the new URL.
I’m now getting a 403 Error Permission Denied. Not sure what that’s all about. Anyone have any ideas?