Skip to:
Content
Pages
Categories
Search
Top
Bottom

Point BP to an existing database


  • piccollopete
    Member

    @piccollopete

    I’m currently working on building a new forum site for an existing group of older users. I would like to make the transfer as seamless as possible so users don’t have to refill in all of the information from the old database.

    Is there a way to point bp to the existing database/table? While I’m not very well versed in mySQL etc. I am sure I will be able to stumble my way through it after I back up the database etc.

    Any help you can offer would be greatly appreciated. Anybody have any experience with this?

Viewing 6 replies - 1 through 6 (of 6 total)

  • shanebp
    Moderator

    @shanebp

    >point bp to the existing database

    You mean point BP to some forum tables in another database? But get everything else from the new site database?
    You don’t want to do that.

    You’ll want to export/import your forum tables to the new site.
    Do you have access to phpmyadmin ?
    If you don’t know, ask your hosting company.

    You want to copy over the forum tables to the new site database.

    Using a browser interface like phpmyadmin, it’s easy to export / import.
    tip: export as gzip

    Since you are working on a new site, it’s okay if you screw-up the first try or two.
    You’ll find out if there is any structural difference in the tables – hopefully not.


    piccollopete
    Member

    @piccollopete

    there were no forums in the old database, just user info…and I’m pretty sure the table was built pre web 2.0 – thanks for the tips, I will play around with it and check back here.


    shanebp
    Moderator

    @shanebp

    If the old site isn’t WordPress –

    You’ll need to write a script to insert the existing users to your new database.
    Might be tricky.

    Do a search on migrating from code-base-of-your-old-site to WordPress, you might get lucky.


    piccollopete
    Member

    @piccollopete

    oh yeah, it’s not originally wordpress…I am interested to see the results I get on this tonight. I know the guy that built the original table is still around, I’m just not sure how available he is to help me out. And, I chalk this up to a really good opportunity for a learning experience.


    piccollopete
    Member

    @piccollopete

    no luck so far on finding any help…so if anybody has any other help to offer? I can’t imagine I am the only one who has wanted to do this.


    @mercime
    Keymaster

    @mercime

    @piccollopete we don’t quite know from what application/software you are migrating from in the first place. I can only guess from the first post that you’re migrating from another forum software. The easier route then is to import data/users from that software into WordPress with bbPress plugin, after which you can install BuddyPress which works with bbPress plugin.

    Do post at bbPress.org to check whether an import script has been created for your specific forum software.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Point BP to an existing database’ is closed to new replies.
Skip to toolbar