Godaddy accounts and WordPress

To be able to use Wordpress the blogger must have a knowledge of web hosting and should be able to do things like creating a Mysql database and editing PHP code to place adsense code, redit, fark, and de.licio.us widgets on the blog

Minimum requirements for wordpress blog hosting are :

- PHP version 4.2

- MySQL version 4.0

Installing Wordpress on a blog hosted at Godaddy (Linux Deluxe Account)

The host for my new Wordpress blog is Godaddy.com. Godaddy is considered to be the grumpy granddad of all web hosts and is sometimes difficult to work with.

I was surprised that the job turned out to be a true ‘5 Minute Install’, simple from start to end.

Installing Wordpress on a Godaddy account is truly a trivial task.

Step 1.

Download Wordpress from http://wordpress.org/download/. (There is unofficial news however floating Wordpress 2.1.2 has been breached and is not secure)

Unzip the folder to your local drive

Step 2

Login to your Godaddy account and go to Control panel > MySQL.

Create a godaddy mysql database

Create a godaddy mysql database

Click on Create New Database. Select your prefered version and enter the other requested details.

Create a godaddy mysql database

The next screen shows you that the database has been created. Take note of the “Host name ”. It is required in the next step.

Create a godaddy mysql database

Step 3

Open the folder where you extracted wordpress and rename the file wp-config-sample.php to wp-config.php. Open this file using either Dreamweaver or Notepad

Edit the following lines by entering the details that you used to create the database on the Godaddy control Panel


define(’DB_NAME’, ”); // The name of the database
define(’DB_USER’, ”); // Your MySQL username
define(’DB_PASSWORD’, ”); // …and password
define(’DB_HOST’, ”); // 99% chance you won’t need to change this value

Your wp-config.php should now appear like this.

Create a godaddy mysql database


Step 4

Using your favourite ftp client upload the whole Wordpress folder onto your web server.

Step 5

Type http://www.yourDOMAIN.com/wordpress/wp-admin/install.php to begin installing Wordpress.
WordPress will then create the required database tables in the database and issue you with a randomly generated admin password.

Create a godaddy mysql database

You can now log on at
http://www.yourDOMAIN.com/wordpress/wp-admin/wp-login.php

SIMPLE AS THAT!!

Common errors

“Error establishing a database connection…..”


99 % of the time this error occurs when you have edited wp-config.php wrongly. Check your DB_NAME, DB_USER, DB_PASSWORD and DB_HOST variables.

Those who say Godaddy sucks can eat their hats. HAPPY BLOGGING.

Leave a Reply