Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: can not select db error


techhost
Member

@techhost

here are my settings for the config.php Sorry for not posting it at first.

// ** MySQL settings ** //

define(‘BBDB_NAME’, ‘sameasUSER’);

define(‘BBDB_USER’, ‘sameasDB’);

define(‘BBDB_PASSWORD’, ‘xxxxxxxxx’);

define(‘BBDB_HOST’, ‘localhost’);

define(‘BBDB_CHARSET’, ‘utf8’);

define(‘BBDB_COLLATE’, ”);

// Change the prefix if you want to have multiple forums in a single database.

$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!

// The full URL of your bbPress install

$bb->uri = ‘http://www.rocklineproduction.com/rockline_forum/bbpress/’;

// What are you going to call me?

$bb->name = ‘Rockline Production Forum’;

// This must be set before you run the install script.

$bb->admin_email = ‘myemail@hosttechs.net’;

// Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.

$bb->mod_rewrite = true;

// The number of topics that show on each page.

$bb->page_topics = 30;

// A user can edit a post for this many minutes after submitting.

$bb->edit_lock = 60;

// Your timezone offset. Example: -7 for Pacific Daylight Time.

$bb->gmt_offset = 8;

// Change this to localize bbPress. A corresponding MO file for the

// chosen language must be installed to bb-includes/languages.

// For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’

// to enable German language support.

define(‘BBLANG’, ”);

// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

// of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

// http://wordpress.com/api-keys/

$bb->akismet_key = ”; // Example: ‘0123456789ab’

// I didn’t change anything below that which is above .. . .. .

Skip to toolbar