You need to check your local web server’s documentation with regard to setting up a new database.
did not like this kind of answer ..please give proper answer …and set to wp-config file already
—————————————————————
define(‘DB_NAME’, ‘dbayley_thepractice’);
/** MySQL database username */
define(‘DB_USER’, ‘root’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘123456’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
—————————————————————–
I’m sorry that you do not like the answer but there’s very little we can do to help you here. Teaching you how to use your web server is really beyond the scope of these forums and is best answered on a forum/resource dedicated to your particular web server software
http://www.scriptol.com/wordpress/installing-wordpress-locally.php
OP, try following the steps in the above link. They are concise and easy to follow.
Hope this helps.
thank you esmi and dang621,
but browser error given
———————————————————-
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept
cookies.
————————————————————-