How to Get WordPress Installed Right
How do you install WordPress? We are getting to the meat and potatoes of all of this. Now that you have WordPress downloaded to your desktop and a Web host ready to host it on we can start worrying about how we are going to get it installed on to the server. Before we get started make sure you can or have these ready:
- You Have Access to MySQL via Your Control Panel
- You Have a FTP Client Handy for the Uploading and Downloading
- You Have a Paper and Pen Ready to Write Down Your MySQL Database and User Information (and password!)
Thankfully for 95 percent of the population the easy “five minute installation” of WordPress should do the trick. I have edited this down a little ‘bit so if you want to check out the original please visit WordPress.org.
- Download and unzip the WordPress package, if you haven’t already.
- Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
- Rename the wp-config-sample.php file to wp-config.php.
- Open wp-config.php in your favorite text editor and fill in your database details.
- Place the WordPress files in the desired location on your web server. If you want it to show up under your main domain name, drop all the content inside of the wordpress folder into your public_html folder.
- Run the WordPress installation script by accessing (your domain)wp-admin/install.php in your favorite web browser. If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php
There you have it, now WordPress should be installed correctly. If you run into any problems, the first place to check for errors is in your wp-config.php file. Make sure you got the database name and the user name in the right spot. I often get these confused.
Also you might need to also put a prefix before the name - such as “username_databasename” in the file as well. When you setup the MySQL database it should tell you the exact names. Just copy them from there as they are shown to your WordPress install and you should be alright.
Related Podcast Link: Listen to Episode 108!
Related Hosting Posts & Podcasts:





