Log in

View Full Version : config.php?


damantis
12-15-2001, 04:18 AM
well i've uploaded my vbulletin on to a site, but there are "config.php" problems: I have not edited it.
I need help editing it.

<?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="root";
$dbpassword="";

// name of database
$dbname="freewareforum";

//password needed to enter the control panel
$cppassword="foy4wellesley";

?>

MYSQL information:

Datasource password:*****
Passwords are synched
Datasource server:localhost
Datasource name:damantis site

that's basically all I know...

Goldfinger
12-15-2001, 04:37 AM
you need to have a password for the mysql database and a username that is associated to that password :).

Steve Machol
12-15-2001, 05:01 AM
You also need to show you're a licensed customer by going here:

http://www.vbulletin.com/members/vbulletin.org.php

Once you've done that you should post your vB support questions at vbulletin.com - not here.

Mark Hensler
12-16-2001, 05:01 AM
"Data Source Name" = DSN
That brings back memories of programming ASP & Microsoft SQL Server 7. Though I always used DSNless connections.

I believe that DSN is an ODBC only thing.

If you need ODBC support for mySQL, your gonna need root access to install it.

(mods: If you feel that this is undeserved help for an unlicensed user, feel free to remove it. I cannot see the license status, so I posted anyway.)

aznick
12-27-2001, 12:41 AM
yeah that's an Access database alright...

http://www.mysql.com/