Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress displays 403 Forbidden after mysql import of WordPress DB


  • Tony Zeoli
    Participant

    @tonyzeoli

    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?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘BuddyPress displays 403 Forbidden after mysql import of WordPress DB’ is closed to new replies.
Skip to toolbar