Quest...I don't know that C. Birch left alot of info out...I think you just aren't understanding them correctly. You don't create any new databases...you run the .SQL file in your current database and it creates all the new tables that are required...then you make the file mod's that you are told to do. And as far as the database fields:
$DB_HOST="localhost"; <---- leave this like it is...99% of the time it's fine
$DB_UNAME="username"; <---- This is your database username...it has nothing to do with any username of your boards....it was specified when you created the database for your boards
$DB_PWORD="password"; <---- Same as above...
$DB_DB="datebasename"; <---- Name of the database that vB is installed
|