<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>Installing WordPress for CUBRID</title>
        <link>http://www.cubrid.org/?mid=wordpress_for_cubrid_installation_guide</link>
        <description>Installing WordPress for CUBRID</description>
        <language>en</language>
        <pubDate>Tue, 06 Apr 2010 16:37:54 -0800</pubDate>
        <lastBuildDate>Fri, 16 Sep 2011 08:49:55 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <item>
            <title>Installing WordPress for CUBRID</title>
            <dc:creator>admin</dc:creator>
            <link>http://www.cubrid.org/wordpress_for_cubrid_installation_guide</link>
            <guid isPermaLink="true">http://www.cubrid.org/wordpress_for_cubrid_installation_guide</guid>
                                    <description><![CDATA[<div class="article">

<h1>Installing WordPress for CUBRID</h1>
<div class="category"><a href="/about_wordpress" style="color:#CCC">⇐WordPress for CUBRID</a></div>

<p>The scope of this tutorial is to show how to install WordPress and use it with CUBRID Database. Before you go on reading we recommend to <a href="/about_wordpress" target="_self">Download WordPress</a> and start replicating the examples below together with us.</p>

<h3>Table of Contents</h3>

<ul>
<li><a href="#configure-db" target="_self">Create a Database</a></li>
<li><a href="#install" target="_self">Install WordPress</a></li>
<li><a href="#login" target="_self">Login the Site</a></li>
<li><a href="#getting-help" target="_self">Getting Help</a></li>
</ul>

<h2 id="configure-db">Configure a Database</h2>

<h3>Create a Database</h3>

<p>First, we need to create a database for our WordPress site. Skip this step if you have already created a database.</p>

<p>Once CUBRID is installed, the CUBRID Service Tray icon appears on your system tray. Run the CUBRID Manager by [right clicking on the CUBRID Service Tray &gt; Tools &gt; CUBRID Manager] as shown below, if you are on Windows OS, or type <b>cubridmanager</b> in the terminal, if you are on Linux environment.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image001.gif" alt="Run the CUBRID Manager"/>

<p>After you login to the CUBRID Manager, the following window appears. With the CUBRID Manager, you can manage databases, tables, users, etc.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image002.gif" alt="CUBRID Manager main window"/>

<p>To create a database, select the <b>localhost</b> or the <b>Databases</b> in the left <i>Hosts</i> panel, then choose <b>[Action &gt; Create Database]</b> on the menu. The following popup dialog box will appear. Type a database name you want to create for your WordPress site (in our case it is <b><i>wordpress</i></b>), then click <b>[Next]</b> button.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image003.gif" alt="Create Database"/>

<p>Click <b>[Next]</b> to continue the Database Creation process.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image004.gif" alt="Create Database: Addional Volume Information"/>

<p>To complete this process click <b>[Finish]</b> button. It might take a while to create a database.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image005.gif" alt="Create Database: Final Step"/>

<p>If the database is successfully create, you should see it in the left <b>Hosts</b> panel.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image006.gif" alt="List of Databases"/>

<h3>Create a User</h3>

<p>When a new database is created in CUBRID, users called <b>dba</b> and <b>public</b> are automatically created. It is always recommended to have a separate user for each database. For this purpose, we will add a new user for our WordPress database.</p>

<p>To create a new user, right click on the <b>Users</b> item and select the <b>[Create User]</b> menu item as shown below.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image007.gif" alt="Create a New User"/>

<p>Type a user name and password and click <b>[OK]</b>. Remember this username and password. You will need them when installing WordPress.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image008.gif" alt="New User"/>

<p>Once a new user is added, you will see it listed in the <b>Hosts</b> panel under the <b>Users</b> item. This step will conclude our Database Configuration. We will start the WordPress installation.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image009.gif" alt="List of Users"/>

<h2 id="install">Install WordPress</h2>

<h3>Input Database Information</h3>

<p>Navigate to Web address of your Web Server where you have unzipped WordPress (In our case it is <i>http://127.0.0.1/wordpress</i>. You might have a different address.). When you access the directory with WordPress, the following start page will appear. Click <b>[Create a Configuration File]</b> to begin.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image010.jpg" alt="Create a Configuration File"/>

<p>You will see the following page which will list the items you need to know when creating the configuration file. Click <b>[Let's go!]</b>.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image011.jpg" alt="Setup Configuration"/>

<p>Here we have to input all information about the WordPress database we have just created. Type the <b>database name</b> you created, then the <b>username</b> and <b>password</b>. The next fields require to enter the <b>Database Host name, Database Port</b>, and <b>Table Prefix</b>. Leave the default values for each of them: <b><i>localhost, 33000</i></b>, <b><i>wp_</i></b>. Then click <b>[Submit]</b>.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image012.jpg" alt="Input Database Information"/>

<p>If you see the following message, it means you typed the database information correctly. If a different message appears, return back and check if all the information you entered is correct. Once you succeed, click <b>[Run the install]</b>.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image013.jpg" alt="Run the install"/>

<h3>Enter Site Name</h3>

<p>Sine the WordPress site has been created, we need to give it a proper name. Type your <b>[Blog Title]</b> and enter <b>[Your E-mail]</b>. To allow your blog to appear in search engines such as Google, Yahoo, Naver or Daum, select the check box shown below <b>Your E-mail</b>. Then click <b>[Install WordPress]</b>.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image014.jpg" alt="Enter Site Name"/>

<p>When the the WordPress installation is completed, you will see the following page. The administrator username is <b>admin</b> and the characters to the right of the <b>[Password]</b> is the temporary administrator password created by WordPress automatically. You will need it to log in for the first time. Click <b>[Log In]</b>.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image015.jpg" alt="Login the Site"/>

<h2 id="login">Login the Site</h2>

<p>Type <b>admin</b> for the username and the characters displayed in the previous page for the password. Then click <b>[Log In]</b>.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image016.jpg" alt="Login the Site"/>

<p>The first thing you have to do when you login to the Admin Panel is to change your password. You can change it by clicking <b>[Yes, Take me to my profile page]</b> in the red box shown at the top of the page.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image017.jpg" alt="Change the Password"/>

<p>If you navigate to the site itself, you should see the default home page shown below.</p>
<img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/tutorials/16/image018.jpg" alt="WordPress Home Page"/>

<h2>Support</h2>

<p>If you encounter any difficulties while installing or using the WordPress for CUBRID, or find any bugs, we kindly ask you to report them at </p><p><a href="/?mid=forum&amp;category=195522&amp;act=dispForumContent" target="_blank">http://forum.cubrid.org/</a>.</p>

</div>]]></description>
                        <pubDate>Tue, 06 Apr 2010 16:14:25 -0800</pubDate>
                                </item>
            </channel>
</rss>
