-
▼
2013
(302)
-
▼
May
(29)
- How to Put an Amazon Ad Into WordPress
- How to Use Picasa as an Image Host for WordPress
- How to Convert WordPress to MediaWiki
- How to Embed Google Voice on WordPress
- How to Find Your RSS Feed Settings on a WordPress ...
- How to Insert an Ad into Every WordPress Post
- How to Update Automatically in WordPress 3.0
- How to Add AdSense Ads to a WordPress Blog
- How to Use Sessions With WordPress
- How to Set Up a WordPress Website
- How to Host My Wordpress Blog on My Domain
- How to Make a Wordpress Gradient Background
- How to Find WordPress Attachment IDs
- How to Put Ads in the WordPress Footer
- How to Change the WordPress Permalinks Redirect Plug
- How to Set Up a Database for WordPress on My Website
- How to Put CSS Code in a WordPress Widget
- How to Install a Friend Connect Widget on Your Wor...
- How to Make a WordPress Blog a Widget on Facebook
- How to Transfer a Website to WordPress
- How to Embed Flash in WordPress Template
- How to Change the Password for WordPress Users
- A Tutorial on How to Copy Microsoft Charts Graphs...
- How to Create a Static Wordpress Page
- How to Install WordPress on Amazon Cloud
- How to Indent in WordPress
- How to Change your Wordpress Header without gettin...
- How to Move Posts From WordPress 2.0.2 to 2.9
- How to Export Joomla to WordPress
-
▼
May
(29)
adsense
How to Set Up a Database for WordPress on My Website
Database Setup
1. Launch phpMyAdmin or a similar MySQL database tool.
2. Click 'Privileges' from the list of tasks. Scroll to the bottom of the list of databases displayed and click 'Add a New User.'
3. Enter a user name, which will also become the name of the database. Type '%' for the host, enter a password and retype the password. Click the radio button next to 'Create Database With the Same Name and Grant All Privileges.' Click 'Go' at the bottom-right of the screen.
4. Click the 'Databases' tab to display a list of databases. Scroll to the database you just created and click on it.
5. Click the 'Operations' tab and change the collation by selecting a different collation from the drop-down list box, for example: 'utf8_unicode_ci.' Click 'Go' after you've selected the new collation.
WordPress Setup
6. Open a command-prompt window and change to the directory of the WordPress installation. For example, type:cd /var/www/myblog
7. Create the WordPress configuration file by copying the sample configuration file in the directory. For example, type:cp wp-config-sample.php wp-config.php
8. Edit the WordPress configuration file in an HTML editor or in the Notepad. For example, type:nano wp-config.php
9. Scroll to the section of the file that begins with '** MySQL settings' and locate the three configuration statements for the name of the database, the database username and the database password.
10. Replace 'database_name_here' with the username/database name you entered when you created the database. Replace 'username_here' with the same name. Replace 'password_here' with the database password. Keep the single quotes surrounding each name in all three statements. Exit the editor and save the file.
11. Open a browser and navigate to the installation utility for the blog installation, for example: www.example.com/myblog/wp-admin/install.php. Verify that the installation program does not issue a database connection error and proceed with the WordPress installation.
1:54 AM | Filed Under | 0 Comments
Comments
Popular Posts
-
1. Log in to your Weebly account. 2. Click 'Theme Editor.' 3. Click on the 'Design' tab. 4. Select 'Edit CSS/HTM...
-
1. Sign up for a publisher account at Bidvertiser. Submit basic contact information and confirm your email address to get started. 2. Lo...
-
1. Log in to your WordPress dashboard. 2. Open the 'Appearance' section on the left side of the WordPress dashboard and then cli...
-
Facebook Widget 1. Create a Facebook fan page for your blog, if you don't already have one. You will have to manually share content wi...
-
1. Open your WordPress Dashboard in your preferred browser. It is accessed at the '/wp-admin' location of your site. For example, ...
-
1. Download and install the WordPress for BlackBerry app via BlackBerry App World. Download the version that corresponds with your BlackBe...
-
1. Go to your WordPress blog's administrative control panel. 2. Click the 'Settings' button on the left-side navigation menu...
-
1. Click the 'Add Contact' button on the 'Add New Post' page. This opens the 'Add a Contact Form' page. 2. Click...
-
1. Register an account with Amazon Web Services Cloud. If you have an existing Amazon account, enter your email address in the appropriate...
-
1. Log into your WordPress.com account using your user name and password. 2. Hover your cursor over the 'My Blogs' tab at the to...
Post a Comment