hi everyone!
i get a problem while installation ----> "can not select DB" what is this????
-----------------------------
here is what i did:
1) i download the bbpress
2) i edit " config-sample.php" like this:
// ** MySQL settings ** //
define('BBDB_NAME', 'n22_n22'); // The name of the database
define('BBDB_USER', 'n22'); // Your MySQL username
define('BBDB_PASSWORD', '12345678'); // ...and password
define('BBDB_HOST', 'localhost'); // 99% chance you won't need to change this value
// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!
// If your bbPress URL is http://n22.awardspace.com/bbpress/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = 'http://n22.awardspace.com/'; // Example: 'http://n22.awardspace.com'
// There should be both a leading and trailing slash here. '/' is fine if the site is in root.
$bb->path = '/bbpress/'; // Example: '/forums/'
// What are you going to call me?
$bb->name = 'dig montreal';
// This must be set before running the install script.
$bb->admin_email = 'haiyuezhang@hotmail.com';
i donno if its all right..
3) i upload the bbpress folder to my webspace
4) i change the name of "config-sample.php" to "config.php"
5) i open in IE the http://n22.awardspace.com/bbpress/bb-admin/install.php
6) "cannot select DB" (why??????)
HELP~!!!!!!!!!!!!!!!!!!!!!!!!!!!me
THANKS A LOT