Question:

How Do I Set Up vBulletin?

by  |  earlier

0 LIKES UnLike

hey, i need a good tutorial on how to set up vBulletin (Noob Freindly and Detalied)

im stuck on the MySQL, on the config.php file

what do i put

HERE

$config['SlaveServer']['servername'] = '';

$config['SlaveServer']['port'] = 3306;

$config['SlaveServer']['username'] = '';

$config['SlaveServer']['password'] = '';

$config['SlaveServer']['usepconnect'] = 0;

i go to the installation nd it says

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.

 Tags:

   Report

1 ANSWERS


  1. $config['SlaveServer']['servername'] = 'localhost';

    $config['SlaveServer']['port'] = 3306;

    $config['SlaveServer']['username'] = 'YOURMYSQLUSERNAME';

    $config['SlaveServer']['password'] = 'YOURMYSQLPASSWORD';

    $config['SlaveServer']['usepconnect'] = 0;

    replace the username and password with whatever username and password you gave the database when you created it.

    With anymore questions I suggest checking out the vB website directly.  And if you still can't figure it out, I do believe (not sure if they still do) vB offers services to install it for you.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions