View Single Post
Old September 21st, 2006, 02:59 PM   #13 (permalink)
blueknight
Member
Verified Customer
 
Join Date: Aug 2006
Posts: 40
// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
$config['Database']['dbtype'] = 'mysql';

// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'pnwfs4x4_forum';

// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';



this is from my config file... what do I put in for table prefix in step 4. according to my cnofig its blank but if I puta blank in there i get error in vb3 on line 466.
blueknight is offline   Reply With Quote