Install and Setup Wordpress


1. Download the Latest Version of Wordperss From here :- http://wordpress.org/download/
2. Unzip Downloaded zip folder into your XAMPP -> Htdocs Folder.
3. Create a Blank Database in PHPMyAdmin
4. Run the url by typing http://localhost/wordpress (or folder name which you give after extract).
5. Follow the Instruction given by Installation Wizard.

In Step 3 :
Enter You Database Name in Database Name Box.
Enter Your Localhost mysql user name (mostly "root").
Enter Your mysql password (mostly "")
Enter you mysql host name (mostly "localhost")
You can also specity Table Prefix (Default _wp)


In Step 4:
Enter Website Title in Site title Field
Enter Your Admin panel Username
Enter Your Admin Panel Password
Enter Your Email for : Forgot Password Recovery, Mails.
Click on Install Button.

Now You can Access Your Front End Website and Admin Panel :
http://localhost/wordpress
http://localhost/wordpress/wp-admin


Comments