View Full Version : Installing?
tbarlow
05-27-2006, 04:35 PM
I can't seem to set up the config.php file right. Is there anyway I can get some help on this?
Scott
05-27-2006, 08:55 PM
<?php
// Database constants
DEFINE('DBUSER', 'place here'); <-- the username you use to access your database
DEFINE('DBPASS', 'place here'); <-- the password you use to access your database
DEFINE('DB', 'place here'); <-- the name of the database
DEFINE('DBHOST', 'localhost');
Open the config.php in a text editor or something simular and edit like above.
Hope this helps.
-Scott
Thanks Scott.
A lot of people with cPanel servers also often forget to add their database users to their databases for permissions. This will give you an issue when attempting to install.
vBulletin® v3.6.8, Copyright ©2000-2010, Jelsoft Enterprises Ltd.