<?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>Web Design Tutorials &#187; How to create and set up a Database &#8211; Step 2</title>
	<atom:link href="http://bestwebdesignz.com/tips/tag/how-to-create-and-set-up-a-database-step-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://bestwebdesignz.com/tips</link>
	<description></description>
	<lastBuildDate>Mon, 23 Apr 2012 11:48:00 +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>Step 2:Importing Your Database Tables</title>
		<link>http://bestwebdesignz.com/tips/mysql-database-tutorials/how-to-create-and-set-up-a-database-step-2/</link>
		<comments>http://bestwebdesignz.com/tips/mysql-database-tutorials/how-to-create-and-set-up-a-database-step-2/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 06:19:04 +0000</pubDate>
		<dc:creator>clement</dc:creator>
				<category><![CDATA[MySQL Database Tutorials]]></category>
		<category><![CDATA[How to create and set up a Database - Step 2]]></category>

		<guid isPermaLink="false">http://bestwebdesignz.com/tips/?p=1706</guid>
		<description><![CDATA[Importing Your Database Tables Most new scripts come with a built-in installer. All that is resuired to install it, is to load the &#8216;install.php&#8217; page in your browser and enter your database details in the form that is provided. When the information is submitted, the script creates all database tables automatically. Piece of cake. Unfortunately, [...]]]></description>
			<content:encoded><![CDATA[<p>Importing Your Database Tables</p>
<p>Most new scripts come with a built-in installer. All that is resuired to install it, is to load the &#8216;install.php&#8217; page in your browser and enter your database details in the form that is provided. When the information is submitted, the script creates all database tables automatically. Piece of cake.</p>
<p>Unfortunately, very often there&#8217;s no such installer included, and you&#8217;ll have to create the database tables manually. &#8211; don&#8217;t worry – there&#8217;s othing to it <img src='http://bestwebdesignz.com/tips/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' title="Step 2:importing Your Database Tables Photo" /> )</p>
<p>When this is the case, a separate database file will be included in the script’s folder (extension: &#8216;.sql&#8217;). Usually it’s named ‘db.sql’, but this can be anything. Check your script’s installation manual to find out.</p>
<p>This is the file you need to import into your empty database  to create the database tables. To find out how to do this, read on.</p>
<p>Still on the same page in your cPanel, click ‘phpMyAdmin’.<br />
<img class="alignnone size-full wp-image-1694" title="How to create and set up a Database." src="http://bestwebdesignz.com/tips/wp-content/uploads/2009/09/image0182.jpg" alt="How to create and set up a Database." width="502" height="155" /></p>
<p>This will open phpMyAdmin in a new window:<br />
<img class="alignnone size-full wp-image-1695" title="How to create and set up a Database." src="http://bestwebdesignz.com/tips/wp-content/uploads/2009/09/image020.jpg" alt="How to create and set up a Database." width="454" height="277" /></p>
<p>In the left drop down menu, select the database you’ve just created.<br />
The database name will be followed by &#8216;(0)&#8217;, since you haven&#8217;t created any tables yet.</p>
<p>The left frame  will show the following message: ‘No tables found in database’.<br />
In the right frame, click the ‘Import’ tab.<br />
<img class="alignnone size-full wp-image-1696" title="How to create and set up a Database." src="http://bestwebdesignz.com/tips/wp-content/uploads/2009/09/image022.jpg" alt="How to create and set up a Database." width="468" height="281" /></p>
<p>Click the ‘Browse’ button.<br />
<img class="alignnone size-full wp-image-1697" title="How to create and set up a Database." src="http://bestwebdesignz.com/tips/wp-content/uploads/2009/09/image024.jpg" alt="How to create and set up a Database." width="471" height="277" /></p>
<p>Browse to your script’s folder, select the &#8216;db.sql&#8217;*-file and click ‘Open’.<br />
(*check your script’s installation manual to find out the name of the file that containes the database info)<br />
<img class="alignnone size-full wp-image-1698" title="How to create and set up a Database." src="http://bestwebdesignz.com/tips/wp-content/uploads/2009/09/image026.jpg" alt="How to create and set up a Database." width="452" height="337" /></p>
<p>Click ‘Go’ to start the import.<br />
<img class="alignnone size-full wp-image-1699" title="How to create and set up a Database." src="http://bestwebdesignz.com/tips/wp-content/uploads/2009/09/image028.jpg" alt="How to create and set up a Database." width="465" height="264" /></p>
<p>When your import has been successful, your tables will be created. In the left<br />
frame, you’ll see the number of tables that have been created appear behind<br />
your database name, and you’ll see a list of all those tables below that.<br />
<img class="alignnone size-full wp-image-1700" title="How to create and set up a Database." src="http://bestwebdesignz.com/tips/wp-content/uploads/2009/09/image030.jpg" alt="How to create and set up a Database." width="456" height="269" /></p>
<p>You can close both phpMyAdmin and cPanel and go on installing your script.</p>
<p>follow Step 3 in the next tutorial.</p>
<script type="text/javascript"><!--
                    google_ad_client = "pub-7099335855422733";
                    google_ad_slot = "4729128935";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    ]]></content:encoded>
			<wfw:commentRss>http://bestwebdesignz.com/tips/mysql-database-tutorials/how-to-create-and-set-up-a-database-step-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[MySQL Database Tutorials]]></series:name>
	</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.185 seconds -->

