Opteknerv
04-07-2001, 11:07 PM
Sorry if this question is getting old. I searched through the threads and never found a complete answer to my question, so any help would be very much appreciated.
I'm attempting to install v2 of vBulletin and have run into problems almost immediately. I feel I've followed the instructions to the letter, but continue to get errors on step 3 of the install. I've emailed my host (Futurequest.net) and they claim mysql is active and running properly. I'm sure they have the right components since it was their suggestion to install vBulletin (UBB was pounding their server). I've tripled checked the info on the config.php file and have even tried a few different variables and I still get the same error:
"vBulletin Install Script
(Note: Please be patient as some parts of this may take quite some time.)
Attempting to attach to database...
The database has failed to connect because you do not have permission to connect to the server. Please go back to the last step and ensure that you have entered all your login details correctly.
Click to go to the vBulletin website"
Here's the config.php file:
===================
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="localhost";
// username and password to log onto db server
$dbusername="x12ozprophet";
$dbpassword="xxxxxxxx";
// name of database
$dbname="x12ozprophet";
// allow password viewing / editing in control panel
// 0 = not visible or editable
// 1 = not visible, but can be edited
// 2 = visible and can be edited
$pwdincp=2;
// technical email address - any error messages will be emailed here
$technicalemail = "webmaster@12ozprophet.com";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 1;
?>
===================
Here's the link to the install file:
http://www.12ozprophet.com/forum/ad...all1.php?step=1
Thanks in advance for any help provided...
I'm attempting to install v2 of vBulletin and have run into problems almost immediately. I feel I've followed the instructions to the letter, but continue to get errors on step 3 of the install. I've emailed my host (Futurequest.net) and they claim mysql is active and running properly. I'm sure they have the right components since it was their suggestion to install vBulletin (UBB was pounding their server). I've tripled checked the info on the config.php file and have even tried a few different variables and I still get the same error:
"vBulletin Install Script
(Note: Please be patient as some parts of this may take quite some time.)
Attempting to attach to database...
The database has failed to connect because you do not have permission to connect to the server. Please go back to the last step and ensure that you have entered all your login details correctly.
Click to go to the vBulletin website"
Here's the config.php file:
===================
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="localhost";
// username and password to log onto db server
$dbusername="x12ozprophet";
$dbpassword="xxxxxxxx";
// name of database
$dbname="x12ozprophet";
// allow password viewing / editing in control panel
// 0 = not visible or editable
// 1 = not visible, but can be edited
// 2 = visible and can be edited
$pwdincp=2;
// technical email address - any error messages will be emailed here
$technicalemail = "webmaster@12ozprophet.com";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 1;
?>
===================
Here's the link to the install file:
http://www.12ozprophet.com/forum/ad...all1.php?step=1
Thanks in advance for any help provided...