Manually Install WordPress into Your Hosting Account
Installing WordPress using Value Applications is the easiest way to get WordPress up and running on your domain. However, you can install it manually into your shared hosting account if you so desire.
To accomplish this, you will need the following items:
- A compatible hosting account which supports PHP and MySQL.
- Your FTP account login information. This includes the FTP User Name and Password for your hosting account.
- A MySQL Database for WordPress and the Database information.
- The latest version of WordPress.
NOTE:This article assumes you already have a compatible hosting account and your FTP login information. If this is not the case, obtain these items and then return to the article.
Create a MySQL Database for WordPress
- Log in to your Account Manager.
- Click Web Hosting.
- Next to the hosting account you want to use, click Launch.
- In the Databases section of the Hosting Control Panel, click the MySQL icon.
- Click Add, and then complete the required fields.
- Verify your MySQL database settings. If everything looks OK, click OK.
NOTE: Direct Database Access is a less secure way to manage your hosted databases which most users do not require. If you do not need to access your database remotely, then you should not enable Direct Database Access. For more information, see Why Connect Remotely to Shared Hosting Databases.
It may take a few minutes to create your database. Click your browser's Refresh button to check if your database is ready.
Once you have set up a database for your account, you can find your host name information by clicking the Pencil icon next to the name of your database. Note the following items, as they will be needed later in the install process:
- Host Name
- Database Name/ User Name
Now, you need to download the latest version of WordPress from their servers. This can be found at WordPress.org.
Install WordPress
Unzip the file from WordPress, and then upload the contents of the wordpress folder to your hosting account using an FTP client. This directory can be stored anywhere in your account, in this example it will be in the root (http://www.coolexample.com).
NOTE: Do not upload the wordpress folder itself, only its contents.
- Begin the WordPress installation by going to http://www.coolexample.com/wp-admin/install.php.
- Click Create a Configuration File.
- Click Let's go!.
- Complete the following fields, and then click Submit:
- Database Name — Enter your database's name.
- User Name — Enter your database's name.
- Password — Enter your database's password.
- Database Host — Enter your database's Host Name.
- Table Prefix — Do not modify this field, unless you want to run multiple WordPress installations.
- Click Run the install.
- Complete the on-screen fields for your blog's details, and then click Install WordPress.
Your WordPress blog is now installed. For assistance in the set up and maintenance of your blog, see the Getting Started with WordPress page at WordPress.org.