<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>kerrinhardy.com &#187; create mysql database</title>
	<atom:link href="http://www.kerrinhardy.com/tag/create-mysql-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrinhardy.com</link>
	<description>The Ultimate Reference for Customising Zen Cart</description>
	<lastBuildDate>Sat, 31 Jul 2010 04:39:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Creating a MySQL Database in cPanel for Zen Cart Installation</title>
		<link>http://www.kerrinhardy.com/2009/11/05/creating-a-mysql-database-in-cpanel-for-zen-cart-installation/</link>
		<comments>http://www.kerrinhardy.com/2009/11/05/creating-a-mysql-database-in-cpanel-for-zen-cart-installation/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 14:23:35 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart Installation]]></category>
		<category><![CDATA[create database for zen cart]]></category>
		<category><![CDATA[create mysql database]]></category>
		<category><![CDATA[install zen cart]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2009/11/05/creating-a-sql-database-in-cpanel-for-zen-cart-installation/</guid>
		<description><![CDATA[Before installing Zen Cart, you will need to create a database.  This step-by-step guide follows the process for creating a database if your webhost uses cPanel. Log in to your cPanel Control Panel Your cPanel is located at either http://YourSitesIPAddress/cpanel (for example, http://1.2.3.4/cpanel), or http://www.yourdomainname.com/cpanel or http://cpanel.yourdomainname.com/. Your cPanel username and password will generally be [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2009/11/21/getting-ready-to-run-the-zen-cart-installer/' rel='bookmark' title='Permanent Link: Getting ready to run the Zen Cart Installer'>Getting ready to run the Zen Cart Installer</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/24/back-up-the-zen-cart-database-with-phpmyadmin/' rel='bookmark' title='Permanent Link: Back up the Zen Cart Database with phpMyAdmin'>Back up the Zen Cart Database with phpMyAdmin</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/21/increase-length-of-manufacturer-field-in-zen-cart/' rel='bookmark' title='Permanent Link: Increase length of Manufacturer field in Zen Cart'>Increase length of Manufacturer field in Zen Cart</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/22/run-the-zen-cart-installer/' rel='bookmark' title='Permanent Link: Run the Zen Cart Installer'>Run the Zen Cart Installer</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/17/increase-length-of-product-name-field-in-zen-cart/' rel='bookmark' title='Permanent Link: Increase length of Product Name field in Zen Cart'>Increase length of Product Name field in Zen Cart</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Before installing Zen Cart, you will need to create a database.  This step-by-step guide follows the process for creating a database if your webhost uses cPanel.</p>
<ol>
<li>
<h4>Log in to your cPanel Control Panel</h4>
<p>Your cPanel is located at either <a href="http://YourSitesIPAddress/cpanel">http://<em>YourSitesIPAddress</em>/cpanel</a> (for example, <a href="http://1.2.3.4/cpanel">http://1.2.3.4/cpanel)</a>, or <a href="http://www.yourdomainname.com/cpanel">http://www.<em>yourdomainname</em>.com/cpanel</a><br />
or <a href="http://cpanel.yourdomainname.com/">http://cpanel.<em>yourdomainname</em>.com/</a>.</p>
<p>Your cPanel username and password will generally be found in a welcome email from your webhost.</p>
<p>Scroll down to the section <strong><em>Databases</em></strong> and click on <em><strong>MySQL Databases</strong></em>.<br />
<img style="display: inline; border: 0px;" title="image" src="http://www.kerrinhardy.com/wp-content/uploads/2009/11/image2.png" border="0" alt="image" width="514" height="348" /></li>
<li>
<h4>Create Database</h4>
<p>Enter a name for your new database in the box and click <strong><em>Create Database</em></strong>.  Record this name as you will need it again during the Zen Cart installation.<br />
<img style="display: inline; border: 0px;" title="image" src="http://www.kerrinhardy.com/wp-content/uploads/2009/11/image3.png" border="0" alt="image" width="516" height="101" /><br />
Click on <strong><em>Go Back</em></strong> to return to the previous screen following confirmation that your new database has been added.</li>
<li>
<h4>Create Database User</h4>
<p>This user account is used by the application, in our case Zen Cart, to communicate with the database.  You will not need to use this account for general access.</p>
<p>Scroll down to the <strong><em>Add New User</em></strong> section under the <strong><em>MySQL Users</em></strong> section.    <strong><em> </em></strong><br />
<img style="display: inline; border: 0px;" title="image" src="http://www.kerrinhardy.com/wp-content/uploads/2009/11/image4.png" border="0" alt="image" width="450" height="216" /><br />
Enter a username in the box provided.</p>
<p>When it comes to the password, you can either enter a password in the box or click on <strong><em>Generate Password</em></strong>.  It is recommended to use the <strong><em>Generate Password </em></strong>option to ensure a strong password is used.</p>
<p><img style="display: inline; border: 0px;" title="image" src="http://www.kerrinhardy.com/wp-content/uploads/2009/11/image5.png" border="0" alt="image" width="412" height="212" /><br />
Record both the username and the password along with the database name.<br />
Click on <strong><em>Use Password</em></strong>.</p>
<p>Click on <strong><em>Create User</em></strong>.</p>
<p>Click on <strong><em>Go Back</em></strong>.</li>
<li>
<h4>Add User to Database</h4>
<p>Scroll down to the <strong><em>Add User to Database</em></strong> section under the <strong><em>MySQL Users</em></strong> section.</p>
<p>From the drop down menus, select both the username and the database name that you have just created.</p>
<p>Click on <strong><em>Add</em></strong>.</p>
<p><img style="display: inline; border: 0px;" title="image" src="http://www.kerrinhardy.com/wp-content/uploads/2009/11/image6.png" border="0" alt="image" width="466" height="286" /><br />
Tick the <strong><em>All Privileges</em></strong> checkbox and then click on <strong><em>Make Changes</em></strong>.</p>
<p>Click on <strong><em>Go Back</em></strong>.</li>
</ol>
<p>Well done!  You have now successfully created a MySQL database ready for the installation of Zen Cart.</p>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2009/11/21/getting-ready-to-run-the-zen-cart-installer/' rel='bookmark' title='Permanent Link: Getting ready to run the Zen Cart Installer'>Getting ready to run the Zen Cart Installer</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/24/back-up-the-zen-cart-database-with-phpmyadmin/' rel='bookmark' title='Permanent Link: Back up the Zen Cart Database with phpMyAdmin'>Back up the Zen Cart Database with phpMyAdmin</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/21/increase-length-of-manufacturer-field-in-zen-cart/' rel='bookmark' title='Permanent Link: Increase length of Manufacturer field in Zen Cart'>Increase length of Manufacturer field in Zen Cart</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/22/run-the-zen-cart-installer/' rel='bookmark' title='Permanent Link: Run the Zen Cart Installer'>Run the Zen Cart Installer</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/17/increase-length-of-product-name-field-in-zen-cart/' rel='bookmark' title='Permanent Link: Increase length of Product Name field in Zen Cart'>Increase length of Product Name field in Zen Cart</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2009/11/05/creating-a-mysql-database-in-cpanel-for-zen-cart-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
