rawalprashant Posted September 3, 2011 Report Posted September 3, 2011 Please Follow the steps to configure your database in wordpress site you have to create a database first from your Web Hosting provider then fill this up from your wp-config.php:/** The name of the database for WordPress */define('DB_NAME', 'databasename');/** MySQL database username */define('DB_USER', 'user');/** MySQL database password */define('DB_PASSWORD', 'password');/** MySQL hostname */define('DB_HOST', 'localhost'); lattapewips 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.