<?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/"
	>

<channel>
	<title>withinweb &#187; mySQL databases</title>
	<atom:link href="http://www.withinweb.com/info/category/creating_mysql_databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.withinweb.com/info</link>
	<description>Information and support for products of withinweb.com</description>
	<lastBuildDate>Sun, 22 Aug 2010 07:49:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Restoring Your mySQL Database From Backup using phpMyAdmin</title>
		<link>http://www.withinweb.com/info/2010/01/25/restoring-your-mysql-database-from-backup-using-phpmyadmin/</link>
		<comments>http://www.withinweb.com/info/2010/01/25/restoring-your-mysql-database-from-backup-using-phpmyadmin/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 21:34:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP-KeyCodes]]></category>
		<category><![CDATA[PHP-SecureArea]]></category>
		<category><![CDATA[PHP-eSeller]]></category>
		<category><![CDATA[mySQL databases]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=444</guid>
		<description><![CDATA[phpMyAdmin is a program used to manipulate databases remotely through a web interface. A good hosting package will have this included.

 Login to phpMyAdmin.
Create a new blank database first.
 Click databases, and select the database that you will be importing your data into.
 Across the top of the screen will be a row of tabs. [...]]]></description>
			<content:encoded><![CDATA[<p>phpMyAdmin is a program used to manipulate databases remotely through a web interface. A good hosting package will have this included.</p>
<ol>
<li> Login to phpMyAdmin.</li>
<li>Create a new blank database first.</li>
<li> Click databases, and select the database that you will be importing your data into.</li>
<li> Across the top of the screen will be a row of tabs.  Click the <strong>Import</strong> tab.</li>
<li> On the next screen will be a Location of Text File box, and next to that a button named <strong>Browse</strong>.</li>
<li> Click <strong>Browse</strong>.  Locate the backup file stored on your computer.</li>
<li> Make sure the <strong>SQL</strong> radio button is checked.</li>
<li> Click the <strong>Go</strong> button.</li>
</ol>
<p>Eventually you will see a success screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2010/01/25/restoring-your-mysql-database-from-backup-using-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up a database using phpMyAdmin</title>
		<link>http://www.withinweb.com/info/2010/01/25/backing-up-a-database-using-phpmyadmin/</link>
		<comments>http://www.withinweb.com/info/2010/01/25/backing-up-a-database-using-phpmyadmin/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 21:30:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP-KeyCodes]]></category>
		<category><![CDATA[PHP-SecureArea]]></category>
		<category><![CDATA[PHP-eSeller]]></category>
		<category><![CDATA[mySQL databases]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=409</guid>
		<description><![CDATA[This desciption is applicable to all the applications PHP-eSeller, PHP-SecureArea and PHP-KeyCodes.
You should backup your database at regular intervals. You will then be able to restore the database if something goes wrong.
phpMyAdmin is the name of the program that you can use to manipulate databases.  It is usually provided as part of you control panel [...]]]></description>
			<content:encoded><![CDATA[<p>This desciption is applicable to all the applications PHP-eSeller, PHP-SecureArea and PHP-KeyCodes.</p>
<p>You should backup your database at regular intervals. You will then be able to restore the database if something goes wrong.</p>
<p>phpMyAdmin is the name of the program that you can use to manipulate databases.  It is usually provided as part of you control panel from your hosting company.</p>
<p>1.  Log into your web server control panel to access phpMyAdmin</p>
<p>2. Select &#8216;Databases&#8217;</p>
<p><img src="/graphics/wordpress/backupandrestore/backup_1.jpg" alt="Backup 1" /></p>
<p>3. Now click the name of your database.</p>
<p><img src="/graphics/wordpress/backupandrestore/backup_2.jpg" alt="Backup 2" /></p>
<p>4. The next screen will show you all the tables inside your database.  Click the &#8216;Export&#8217; tab on the top set of tabs.</p>
<p><img src="/graphics/wordpress/backupandrestore/backup_3.jpg" alt="Backup 3" /></p>
<p>5. Look at the left box at the top of the Export section. All the tables in the database you selected are in that box.</p>
<p><img src="/graphics/wordpress/backupandrestore/backup_4.jpg" alt="Backup 4" /></p>
<p>* If you have other programs that use the database, then choose only those tables that correspond to your install. In the case of PHP-eSeller, they will be the ones with that start with &#8220;ipn_&#8221;, with PHP-SecureArea they are the ones that start with &#8220;sec_&#8221; and with PHP-KeyCodes, they are the ones that start with &#8220;key_&#8221;<br />
* If the database is being used only by the one program, then, leave it as is (or click &#8216;Select All&#8217; if you changed the selection)<br />
* Ensure that SQL is checked.</p>
<p>6. In the SQL section, tick the following boxes:</p>
<p>* &#8216;Structure&#8217;<br />
* &#8216;Add DROP TABLE&#8217;<br />
* &#8216;Add AUTO_INCREMENT&#8217; and<br />
* &#8216;Enclose table and field names with backquotes&#8217;</p>
<p>7. In the DATA section, leave the boxes inside this section unticked, but make sure to keep the checkbox next to the &#8220;DATA&#8221; heading checked.</p>
<p><img src="/graphics/wordpress/backupandrestore/backup_5.png" alt="Backup 4" /></p>
<p>8.  Tick the &#8216;Save as file&#8217; option, and leave the template name as is.</p>
<p><img src="/graphics/wordpress/backupandrestore/backup_6.jpg" alt="Backup 5" /></p>
<p>9. Now click &#8216;Go&#8217; and you should be prompted for a file to download. Save the file to your computer.  Depending on the database size, this may take a few moments.</p>
<p>10. You have now backed up your database.   If you wanted, you could download a backup in each of the compression formats. Your choice. For example: <strong>None</strong> and &#8220;<strong>zipped</strong>&#8221;</p>
<p>Remember : You have not backed up your files or images.  Only the database itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2010/01/25/backing-up-a-database-using-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a mySQL Database in cPanel (new style)</title>
		<link>http://www.withinweb.com/info/2009/04/04/creating-a-mysql-database-in-cpanel-new-style/</link>
		<comments>http://www.withinweb.com/info/2009/04/04/creating-a-mysql-database-in-cpanel-new-style/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 08:19:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP-KeyCodes]]></category>
		<category><![CDATA[PHP-SecureArea]]></category>
		<category><![CDATA[PHP-eSeller]]></category>
		<category><![CDATA[mySQL databases]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=164</guid>
		<description><![CDATA[Log in to your Cpanel
Log into cPanel and click on the mySQL database link.

Create A New Database
Scroll down to where it says &#8216;new database&#8217; and enter your choosen database name in the field and click on &#8216;Create Database&#8217;

MySql Account Maintenance Page 
Each step in the process will take you back and forth to the mySQL Maintenace [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Log in to your Cpanel</strong></p>
<p>Log into cPanel and click on the mySQL database link.</p>
<p><img class="alignnone" title="Image 1" src="http://www.withinweb.com/graphics/wordpress/cpanel1_new_style.gif" alt="" width="350" height="425" /></p>
<p><strong>Create A New Database</strong></p>
<p>Scroll down to where it says &#8216;new database&#8217; and enter your choosen database name in the field and click on &#8216;Create Database&#8217;</p>
<p><img class="alignnone" title="Image 2" src="http://www.withinweb.com/graphics/wordpress/cpanel2_new_style.gif" alt="" width="400" height="400" /></p>
<p><strong>MySql Account Maintenance Page </strong></p>
<p>Each step in the process will take you back and forth to the mySQL Maintenace page to verify that you have set up the process correctly and you will be able to see the information you have created.</p>
<p>Here you will see you have added the database.</p>
<p>Click on the Go Back button.</p>
<p><img class="alignnone" title="Image 3" src="http://www.withinweb.com/graphics/wordpress/cpanel3_new_style.gif" alt="" width="400" height="214" /></p>
<h3 class="module_subtitle">Enter Username and Password</h3>
<p>Scroll down to username and password and enter your information.  Click on create user.</p>
<p><img class="alignnone" title="Image 4" src="http://www.withinweb.com/graphics/wordpress/cpanel4_new_style.gif" alt="" width="400" height="400" /></p>
<p><strong>Back to MySql Account Maintenance Page </strong></p>
<p>The username and password have been created for you database.  Click on the Go Back button to return.</p>
<p><img class="alignnone" title="Image 5" src="http://www.withinweb.com/graphics/wordpress/cpanel5_new_style.gif" alt="" width="400" height="214" /></p>
<p><strong>Add username to database</strong></p>
<p>Scroll down to add users to your databases.</p>
<p>If there are no users or databases previously created you will only see one in each selection.</p>
<p>Choose the username that you want to add.  Note that the username previously created &#8220;myusername&#8221; has been shortened to &#8220;myusern&#8221;  This is the name that you need to use in the config.php file. </p>
<p>Example: &#8220;vonnamia_myusern&#8221; not &#8220;vonnamia_myusername&#8221;</p>
<p>Select the Database you created from the list.</p>
<p>Select the Checkbox &#8220;All Privileges&#8221;.</p>
<p>Click Add User To Database</p>
<p><img class="alignnone" title="Image 6" src="http://www.withinweb.com/graphics/wordpress/cpanel6_new_style.gif" alt="" width="400" height="282" /></p>
<p><strong>MySql Account Maintenance </strong></p>
<p>This will take you back to the MySql Account Maintenance page for verification, you will see the shortened Username there.</p>
<p>Click on the Go Back button and you will see the contents of your finished Database.</p>
<p><img class="alignnone" title="Imge 7" src="http://www.withinweb.com/graphics/wordpress/cpanel7_new_style.gif" alt="" width="400" height="214" /></p>
<p><strong>Running the install.php file</strong></p>
<p>At this point you have created the database, created a user and allocated the user to the database.</p>
<p>You can now create the tables using the install.php script supplied with the zip file.</p>
<p>You will need to have the following information available :</p>
<p>database name<br />
database username<br />
database password<br />
database host (usually local host but refer to your host documentation if you are not sure)</p>
<p>When you run the install.php file in your browser you will be presented with boxes as follows :</p>
<p><img class="alignnone" title="new cpanel" src="http://www.withinweb.com/graphics/wordpress/install_new_cpanel.gif" alt="" width="400" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2009/04/04/creating-a-mysql-database-in-cpanel-new-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a mySQL database with GoDaddy hosting</title>
		<link>http://www.withinweb.com/info/2009/03/26/creating-a-database-with-godaddy-hosting/</link>
		<comments>http://www.withinweb.com/info/2009/03/26/creating-a-database-with-godaddy-hosting/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:54:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP-KeyCodes]]></category>
		<category><![CDATA[PHP-SecureArea]]></category>
		<category><![CDATA[PHP-eSeller]]></category>
		<category><![CDATA[mySQL databases]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=132</guid>
		<description><![CDATA[This describes creating a database with GoDaddy hosting
First, start by logging into your GoDaddy account:

Click on my hosting account (dropdown under &#8220;hosting&#8221;)

Click on &#8220;manage account&#8221; under the correct hosting account domain

Once you&#8217;re in the &#8220;hosting control center&#8221; click on &#8220;mysql&#8221; from the &#8220;databases&#8221; dropdown menu

Click the &#8220;create database&#8221; button

Choose MySQL version 4 or 5, and [...]]]></description>
			<content:encoded><![CDATA[<p>This describes creating a database with GoDaddy hosting</p>
<p>First, start by logging into your GoDaddy account:</p>
<p><img class="alignnone" title="godaddy01" src="http://www.withinweb.com/graphics/wordpress/godaddy01.jpg" alt="" width="520" height="149" /></p>
<p>Click on my hosting account (dropdown under &#8220;hosting&#8221;)</p>
<p><img class="alignnone" title="godaddy01" src="http://www.withinweb.com/graphics/wordpress/godaddy02.jpg" alt="" width="455" height="286" /></p>
<p>Click on &#8220;manage account&#8221; under the correct hosting account domain</p>
<p><img class="alignnone" title="godaddy03" src="http://www.withinweb.com/graphics/wordpress/godaddy03.jpg" alt="" width="550" height="207" /></p>
<p>Once you&#8217;re in the &#8220;hosting control center&#8221; click on &#8220;mysql&#8221; from the &#8220;databases&#8221; dropdown menu</p>
<p><img class="alignnone" title="godaddy04" src="http://www.withinweb.com/graphics/wordpress/godaddy04.jpg" alt="" width="444" height="190" /></p>
<p>Click the &#8220;create database&#8221; button</p>
<p><img class="alignnone" title="godaddy05" src="http://www.withinweb.com/graphics/wordpress/godaddy05.jpg" alt="" width="275" height="121" /></p>
<p>Choose MySQL version 4 or 5, and then enter a description (can be anything), database/user name (must be very unique, or you&#8217;ll have to try again), and password (must use at least one capital letter and a number)</p>
<p><img class="alignnone" title="godaddy06" src="http://www.withinweb.com/graphics/wordpress/godaddy06.jpg" alt="" width="550" height="236" /></p>
<p>(NOTE: you may have to wait 5-10 minutes while the database is setup )</p>
<p><img class="alignnone" title="godaddy07" src="http://www.withinweb.com/graphics/wordpress/godaddy07.jpg" alt="" width="434" height="142" /></p>
<p>Click the little pencil icon to edit/view database details</p>
<p><img class="alignnone" title="godaddy08" src="http://www.withinweb.com/graphics/wordpress/godaddy08.jpg" alt="" width="306" height="160" /></p>
<p>Write down or copy the &#8220;Host Name:&#8221; this will go in the wp-config.php file in place of &#8220;localhost&#8221;</p>
<p><img class="alignnone" title="godaddy09" src="http://www.withinweb.com/graphics/wordpress/godaddy09.jpg" alt="" width="401" height="169" /></p>
<p>In your web browser, go to the installation script install.php and fill in the details:</p>
<p><img class="alignnone" title="install.gif" src="http://www.withinweb.com/graphics/wordpress/install_godaddy.gif" alt="" width="400" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2009/03/26/creating-a-database-with-godaddy-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a mySQL database using cpanel (old style)</title>
		<link>http://www.withinweb.com/info/2009/03/24/create-a-database-using-cpanel/</link>
		<comments>http://www.withinweb.com/info/2009/03/24/create-a-database-using-cpanel/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 20:01:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP-KeyCodes]]></category>
		<category><![CDATA[PHP-SecureArea]]></category>
		<category><![CDATA[PHP-eSeller]]></category>
		<category><![CDATA[mySQL databases]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=118</guid>
		<description><![CDATA[This tutorial will take you step-by-step through the process of creating a database for use with withinweb applications using CPanel.
First, login to your cpanel control panel.
You should see a large number of icons, one of which will be mySQL Database
Click on this and you will be taken to the mySQL Account Maintenance page.  You may also [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will take you step-by-step through the process of creating a database for use with withinweb applications using CPanel.</p>
<p>First, login to your cpanel control panel.</p>
<p>You should see a large number of icons, one of which will be <strong>mySQL Database</strong></p>
<p>Click on this and you will be taken to the mySQL Account Maintenance page.  You may also see other database details listed if you have created other database before.</p>
<p><img class="alignnone" title="Cpanel 2" src="http://www.withinweb.com/graphics/wordpress/cpanel2.gif" alt="" width="552" height="299" /></p>
<p><strong>Add User</strong></p>
<p>You need to first add a user name and a password.</p>
<p><img class="alignnone" title="cpanel 3" src="http://www.withinweb.com/graphics/wordpress/cpanel3.gif" alt="" width="548" height="98" /></p>
<p>Click the Add User button</p>
<p><img class="alignnone" title="cpanel 4" src="http://www.withinweb.com/graphics/wordpress/cpanel4.gif" alt="" width="322" height="104" /></p>
<p>Note that your host will usually add a prefix to the user name, so this will become something like wptemp_Podz</p>
<p><strong>Create your database</strong></p>
<p>You should now be looking at the screen below. Note that you &#8211; the User &#8211; are listed in a box at the top, and also below the line too.</p>
<p><img class="alignnone" title="cpanel 6" src="http://www.withinweb.com/graphics/wordpress/cpanel6.gif" alt="" width="552" height="317" /></p>
<p>Enter the name of the database where <strong>database name</strong> is listed. Then click <strong>Add Db</strong></p>
<p><img class="alignnone" title="Cpanel 7" src="http://www.withinweb.com/graphics/wordpress/cpanel7.gif" alt="" width="317" height="91" /></p>
<p>The database is now created.</p>
<p><strong>Allocate the user to the database</strong></p>
<p>The two pieces of information you just added are now here on this screen: the user name and the database name.</p>
<p>If you have other databases and users, the whole screen may look different, but this small part will look the same.</p>
<p>Look at the two drop-down boxes.</p>
<p><img class="alignnone" title="cpanel 8" src="http://www.withinweb.com/graphics/wordpress/cpanel8.gif" alt="" width="554" height="231" /></p>
<p>The User box MUST contain the name that you added first above. (Note that for each name you put in, the CPanel has added a prefix.) If you need to, click the drop down to get the name you added to appear in the left hand box. The same applies to the database: &#8211; get the name of the database in the box too.</p>
<p>When finished, click the button that says <strong>Add User to Db</strong>.</p>
<p>This is REALLY important &#8211; nothing will work unless you click that button.</p>
<p>You should see this.</p>
<p><img class="alignnone" title="cpanel 9" src="http://www.withinweb.com/graphics/wordpress/cpanel9.gif" alt="" width="386" height="99" /></p>
<p>At this point you have created the database, created a user and allocated the user to the database.</p>
<p>You can now create the tables using the install.php script supplied with the zip file.</p>
<p>You will need to have the following information available :</p>
<p>database name<br />
database username<br />
database password<br />
database host (usually local host but refer to your host documentation if you are not sure)</p>
<p>When you run the install.php file in your browser you will be presented with boxes as follows :</p>
<p><img class="alignnone" title="install" src="http://www.withinweb.com/graphics/wordpress/install.gif" alt="" width="400" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2009/03/24/create-a-database-using-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
