Forums

Join
bbPress Support ForumsInstallationproblem about format of meta_value

Info

Tags

problem about format of meta_value

  1. I want to use same user name and password within two databases, one is from bbpress_forum and another is from my_info database.

    So I exported the data from my_info database and imported them into the bb_users table in bbpress_forum database, it is good.

    I created a new table, its structure and data are same as bb_usermeta, but when I imported those data into bb_usermeta. I got the format problem about meta_value ( a:1:{s:6:"member";b:1;} ). Does it make sense for the meta table? Please give me a help.

  2. That's just a serialised array stored in the meta table. It's normal.

  3. You must log in to post.