The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
OK, just to clarify:
$config['Database']['dbtype'] = 'mysql' Its the 'mysql' that needs to be changed, correct? Or in the following example, if my db name was vb..... $config['Database']['dbname'] = 'forum' I would replace the 'forum' with 'vb' Correct? |
#2
|
|||
|
|||
![]()
$config['Database']['dbtype'] = 'mysql'; >> leave as is or mssql if you are using MS Access Database
$config['Database']['dbname'] = 'databasename'; >> name of your database $config['Database']['tableprefix'] = 'vb_'; >> prefix before each table name entry (e.g. vb_members, etc). $config['MasterServer']['username'] = 'db_username'; >> username of mysql database $config['MasterServer']['password'] = 'assword'; >> password to mysql db |
#3
|
|||
|
|||
![]()
Cool thank you.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|