Install WordPress on local PC
For more visits: www.easisol.com
Step 1. Create MySQL database for your wordpress site.
Before we install a wordpress we need a database
when you enter the deatils keep it in mind for next time
Step 1. Create MySQL database for your wordpress site.
Before we install a wordpress we need a database
In your XAMPP Control Panel, click the Admin button in the MySQL area. A new browser window will automatically open with the phpMyAdmin dashboard interface. Click on Databases near the top-left.
You’ll now be prompted to create a new database. I’ve named mine FoxusBOX
Once you’ve entered a name, click Create and close the window.
Step 2: Download and Install WordPress
Create your own folder into this directory. i recomend you to create folder name according to your website name. and extract all wordpress.zip file into this your own folder.
C:/xampp/htdocs/your folder
extract the download wordpress.zip file into this directory C:/xampp/htdocs/your folder
Now goto your own folder and findout wp-config-sample.php file, and rename it
wp-config.php.
Open the file and scroll down until you see the following lines:
when you enter the deatils keep it in mind for next time
Replace "database_name_here" with name of you DB name
Replace "username_here" with your specific name
Replace "password_here" with your special password
save these changes and close it.
now we can continue installation
simply goto your browser and type
you should see the wordpress installation page.
from this screen option choose your language and click on continue.And on the next screen enter your site title, user name and password as you save on .php above.
congrats. you've successfully installed on your local server.
Comments
Post a Comment