here is what I have in the webtemplates_install.php
$servername='localhost';
## Username and password to log onto your MYSQL database server
## Remember: this username and password will be used when connecting to MYSQL database.
$dbusername='root'; //MYSQL username
$dbpassword=''; //MYSQL password
## Name of the MYSQL database where your vbdata is.
$dbname='vbulletin';
|