View Single Post
  #2  
Old 08-04-2010, 03:14 AM
PokePets PokePets is offline
Premium Member
 
Join Date: Jun 2010
Posts: 228
Gender: Male
Credits: 19,765
PokePets
Default RE: MySQL will not connect -- and yes, info is correct.

Config.php;
PHP Code:
<?php
//Rusnak PHP Adoptables Site Configuration File

$dbhost ' YOUR HOST';              //DB Hostname
$dbuser ' DATABASE USER';            //DB User
$dbpass 'DATABASE PASSWORD';            //DB Password
$dbname ' DATABASE NAME';                //Your database name
$domain ' DOMAIN';                //Your domain name (No http, www or . )
$scriptpath '/FOLDER';        //The folder you installed this script in
$prefix 'adopts_';                

?>
:D
Reply With Quote