Forums

Join
bbPress Support ForumsInstallationdefine database name ? - config.php

Info

define database name ? - config.php

  1. config-sample.php says

    define('BBDB_NAME', ''); // The name of the database

    Can I name the database whatever I want or will the name be generated during the database creation?

  2. It needs to be a database that already exists and you need to use that name, then bbPress will create the tables in that database. bbPress will not create the database.

  3. Check Step 2 of http://codex.wordpress.org/Installing_WordPress#Detailed_Instructions

    It's written for WordPress, but you can use it for installing bbPress.

  4. You must log in to post.