|
MySQL conenct information
You have not filled out the database information. You need to edit config.php in the includes folder. You will need to enter the following values for your MySQL database:
$dbtype = "mysql";
$dbhost = "localhost";
$dbuser = "";
$dbpass = "";
$dbname = "";
$dbprefix = "pbl_";
You will need to enter the values for your database. Unless told otherwise you can leave dbhost, dbtype and dbprefix as default. However you will need to create a database and add a user to it with a username and password. For example:
$dbuser = "iamauser";
$dbpass = "password";
$dbname = "mydatabase";
Once you have filled out all the details in config.php, click the button below.
|