clade db config

All configuration files are located at config/ directory. By default, the database configuration is located in database.php under the config/ directory. Below is the detailed description of the database configuration.

Set the host name where the database is hosted. By default, the database host is located in the same machine of the web server, therefore, we use localhost.

$config[’HOST’] = ‘localhost’;

Set the user name authorized to access the database that will be used.

$config[’USER’] = ‘username;

Set the password of the user.

$config[’PASS’] = ‘password’;

Set the name of the database that will be used.

$config[’DB’] = ‘noypi’;

This entry was posted on Wednesday, April 16th, 2008 at 7:31 am and is filed under Clade. You can follow any responses to this entry through the
Fatal error: Call to undefined function post_comments_feed_link() in /home/iyanski/public_html/devian/wp-content/themes/outdoorsy_fixed/single.php on line 11