![]() |
cinfig.php editing question
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? |
$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 |
Cool thank you.
|
All times are GMT. The time now is 03:32 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|