<?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>Web Hosting Comparison Site - Web Hosts Reviews &#187; Database Guides</title>
	<atom:link href="http://www.webhostsdeals.com/category/databases/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webhostsdeals.com</link>
	<description>Web hosting deals for less!</description>
	<lastBuildDate>Sun, 15 Feb 2009 20:13:05 +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>Back Up A MYSQL Database In phpMyAdmin</title>
		<link>http://www.webhostsdeals.com/back-up-a-mysql-database-in-phpmyadmin</link>
		<comments>http://www.webhostsdeals.com/back-up-a-mysql-database-in-phpmyadmin#comments</comments>
		<pubDate>Fri, 10 Oct 2008 23:46:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Guides]]></category>

		<guid isPermaLink="false">http://www.webhostsdeals.com/?p=369</guid>
		<description><![CDATA[One of the single most critical things that you should have is a backup of your database. There are so many things that can go wrong such as a server crashing or a hacker getting into your account. When this happens all of your hard work and dedication is put on the line. Can you imagine if you had worked for a 3 months straight all to lose it in a day?]]></description>
			<content:encoded><![CDATA[<blockquote><p>Are you currently paying for web hosting? Are you happy with your web hosting service or have you had problems? Let us know! Check out our list of <a href="http://www.webhostsdeals.com/web-hosting-providers">hosting providers</a> and leave your review!</p></blockquote>
<p>One of the single most critical things that you should have is a backup of your database. There are so many things that can go wrong such as a server crashing or a hacker getting into your account. When this happens all of your hard work and dedication is put on the line. Can you imagine if you had worked for a 3 months straight all to lose it in a day?</p>
<p>You may be surprised in fact that most people don&#8217;t actually even have a backup of their database. This is something extremely easy to do if your web hosting provider uses phpMyAdmin which most do.</p>
<h2>1. Logging into phpMyAdmin</h2>
<p>The first thing that you need to do is find the address to your phpmyAdmin database and log in. Most likely if you look around in your web host&#8217;s control panel you will find a link to phpMyAdmin. If you are using cPanel you can find the link under the Databases section in the main menu. Once you are logged in move on to the next step.</p>
<h2>2. Selecting a Database to Backup</h2>
<p>After logging in you will come across the main window of phpMyAdmin. Depending upon your host&#8217;s limitations there will be various options for you. Below is an image of what you will see if you are using HostGator as your web host.</p>
<p style="text-align: center;"><a href="http://www.webhostsdeals.com/wp-content/uploads/2008/10/mainpage.png"><img class="size-medium wp-image-370 aligncenter" style="border: 0pt none;" title="phpMyAdmin Main Page" src="http://www.webhostsdeals.com/wp-content/uploads/2008/10/mainpage-300x124.png" alt="phpMyAdmin Main Window" width="300" height="124" /></a></p>
<p>On the left hand side in the blue section you will notice a listing of the databases contained within phpMyAdmin. If you know the name of your database go ahead and select it. If not, get in contact with your web host and they should be able to provide you with the answer.</p>
<h2>3. The Database Tables Screen</h2>
<p>Once you have selected your database you will be taken to that database&#8217;s main screen. Here you will find a listing of all the tables and a navigation bar located across the top of the tables. We are going to be focusing our attention to the navigation bar.</p>
<p style="text-align: center;"><a href="http://www.webhostsdeals.com/wp-content/uploads/2008/10/databasenavigation.png"><img class="size-medium wp-image-371 aligncenter" style="border: 0pt none;" title="phpMyAdmin Database Navigation" src="http://www.webhostsdeals.com/wp-content/uploads/2008/10/databasenavigation-300x16.png" alt="phpMyAdmin Navigation Bar" width="300" height="16" /></a></p>
<h2 style="text-align: left;">4. Exporting the Database File</h2>
<p style="text-align: left;">Viewing the navigation bar, you want to click on the Export button. This will take you to a window that allows you to back up your database.</p>
<p style="text-align: center;"><a href="http://www.webhostsdeals.com/wp-content/uploads/2008/10/exportfunction.png"><img class="size-medium wp-image-372 aligncenter" style="border: 0pt none;" title="Exporting Your Database" src="http://www.webhostsdeals.com/wp-content/uploads/2008/10/exportfunction-300x223.png" alt="phpMyAdmin Export Option Page" width="300" height="223" /></a></p>
<p style="text-align: left;">Notice the listing of the tables inside of your database directly under the Export section. To ensure that you are backing up all tables, click Select All. The entire list of names should become highlighted like in the above image. Next is the format that you would like to save your database back up to. Choose SQL so that you can upload your file back into your database or move it to another server. Don&#8217;t worry about all of the other options that are available, the defaults should be just fine for what we are doing.</p>
<p style="text-align: left;">At the bottom of the above image you will notice a smaller table. At the top left hand side is a checkbox with Save as file next to it. Make sure you click this checkbox so that you can download the file to your computer, otherwise it will just send the file to a directory on your actual server. You can give the file a custom name if you choose as well as the type of compression. All that compression will do is make the file smaller in size which if you have a big database is recommended.</p>
<p style="text-align: left;">Keep remember template checked and click Go. You will get a popup window asking where you would like to save your database back up.</p>
<p style="text-align: left;"><strong>How Often Should You Backup Your Database?</strong></p>
<p style="text-align: left;">That is honestly up to you and how often your site is updated. If your site is being frequently updated a few times a week you could choose to update after every other update. Although if anything you should backup after every update in case something does happen. You should also backup your database before you attempt to change anything in it. That way if something does happen you will have a fresh backup and all that you have to do is upload into phpMyAdmin again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhostsdeals.com/back-up-a-mysql-database-in-phpmyadmin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Setup a MySQL Database Using GoDaddy</title>
		<link>http://www.webhostsdeals.com/how-to-setup-a-mysql-database-using-godaddy</link>
		<comments>http://www.webhostsdeals.com/how-to-setup-a-mysql-database-using-godaddy#comments</comments>
		<pubDate>Thu, 28 Aug 2008 05:14:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Guides]]></category>

		<guid isPermaLink="false">http://www.webhostsdeals.com/?p=233</guid>
		<description><![CDATA[Learn how you can quickly and easily create a MySQL database inside of GoDaddy.com]]></description>
			<content:encoded><![CDATA[<blockquote><p>Are you currently paying for web hosting? Are you happy with your web hosting service or have you had problems? Let us know! Check out our list of <a href="http://www.webhostsdeals.com/web-hosting-providers">hosting providers</a> and leave your review!</p></blockquote>
<p>Depending upon how you want to setup your site you may end up needing a database. If you plan to setup a blog you are going to need a database for sure especially if you are using WordPress. The following guide will show you how to setup a MySQL database if you are using the web hosting provider, GoDaddy.com.</p>
<h2>1. Hosting Control Center</h2>
<p>Go ahead and login to your <a href="http://www.webhostsdeals.com/hosting/godaddy/">GoDaddy.com</a> web hosting account if you haven&#8217;t already. After entering your login information click the My Account link. On the left hand side of the screen should be the navigation menu with all of the different sections of your hosting account. If it isn&#8217;t already selected click on the My Products section and then click on Hosting.</p>
<p>You will then be taken to a page listing all of your hosting accounts. Find the hosting account that you want to setup your database on and click Manage Account. You will be taken to the Hosting Control Center and there is where all the magic happens.</p>
<h2>2. Finding the database list section</h2>
<p>To get to the page listing the databases available for your account you are going to want to click on the green Databases tab located at the top of the screen.</p>
<p style="text-align: center;"><a href="http://www.webhostsdeals.com/wp-content/uploads/2008/08/clickdatabase.jpg"><img class="aligncenter size-full wp-image-236" style="border: 0pt none;" title="clickdatabase" src="http://www.webhostsdeals.com/wp-content/uploads/2008/08/clickdatabase.jpg" alt="GoDaddy Hosting Control Center" width="500" height="52" /></a></p>
<p>From there a section located on the main page will open up allowing you to select the type of database. Go ahead and click on MySQL.</p>
<p style="text-align: center;"><a href="http://www.webhostsdeals.com/wp-content/uploads/2008/08/clickmysql.jpg"><img class="aligncenter size-full wp-image-237" style="border: 0pt none;" title="clickmysql" src="http://www.webhostsdeals.com/wp-content/uploads/2008/08/clickmysql.jpg" alt="Setup a MySQL Database" width="500" height="328" /></a></p>
<h2>3. MySQL Database Information</h2>
<p>Now that we are at the right page we can start setting up our MySQL database. The current page lists all of the databases being setup or that are already active under your web hosting account.</p>
<p style="text-align: center;"><a href="http://www.webhostsdeals.com/wp-content/uploads/2008/08/databases.jpg"><img class="aligncenter size-full wp-image-238" style="border: 0pt none;" title="databases" src="http://www.webhostsdeals.com/wp-content/uploads/2008/08/databases.jpg" alt="How to Setup a MySQL Database" width="500" height="182" /></a></p>
<p>If this is your first time setting up a MySQL database the page will be empty. Go ahead and click on the Create Database button located in the upper right hand corner of the table.</p>
<p style="text-align: center;"><a href="http://www.webhostsdeals.com/wp-content/uploads/2008/08/clickcreatedatabase.jpg"><img class="aligncenter size-full wp-image-239" style="border: 0pt none;" title="clickcreatedatabase" src="http://www.webhostsdeals.com/wp-content/uploads/2008/08/clickcreatedatabase.jpg" alt="Create a MySQL Database with GoDaddy.com" width="500" height="182" /></a></p>
<h2>4. Setting up the MySQL Database Information</h2>
<p>After clicking Create Database you will be taken to the page where you can begin to enter information to setup your database.</p>
<p style="text-align: center;"><a href="http://www.webhostsdeals.com/wp-content/uploads/2008/08/databasesetup.jpg"><img class="aligncenter size-full wp-image-240" style="border: 0pt none;" title="databasesetup" src="http://www.webhostsdeals.com/wp-content/uploads/2008/08/databasesetup.jpg" alt="Setup Database Login Information" width="500" height="198" /></a></p>
<ol>
<li>Description (Optional) &#8211; This is not a required field and only aids you in helping you remember what the database is for should you end up creating more then one database.</li>
<li>MySQL Database/User Name (Required) &#8211; This is the user name that you are going to be using to login to your database as well as the name of the database that you will use to connect to. GoDaddy requires that the usernames are unique for the database so you may end up having to add an extra number or symbol to your username if it is already taken.</li>
<li>Enter New Password (Required) &#8211; This is the password that you will use to login to your database along with the username that you created. It must contain 7 to 14 characters, one lowercase, one uppercase and one number. It also must begin with a letter and cannot contain the username for an extra security measure.</li>
<li>Confirm New Password (Required) &#8211; Just confirms the password that you have chosen to make sure that you typed it correctly.</li>
<li>MySQL Version (Required) &#8211; Depending upon your setup you may need to choose version 4.1 instead of 5.0. Version 4.1 is selected by default but it is recommended that you choose 5.0 to reduce the chance of conflicts within the database in the future.</li>
<li>Ok/Cancel &#8211; After you have entered all your information click OK to have your database begin being setup. If there are any problems, you will receive a notification and what to do to fix the issue.</li>
</ol>
<h2>5. All done!</h2>
<p>That&#8217;s it! If you did everything right and didn&#8217;t have any problems with your info you should be taken back to the database list page where your newly created database should be listed. However, you will not be able to access the database immediately and depending on the server load it may take a few minutes to an hour to have your database setup. Typically the earlier in the morning or the later at night you try to setup your MySQL database the quicker it will be up and running.</p>
<p>Once the Status column reads Setup you can click on Open Manager and proceed to log in to your newly created database!</p>
<p>(Hint) Should you need to edit information or view your database details you can click on the small pencil icon located in the far right hand column or click on the X to delete the database.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webhostsdeals.com/how-to-setup-a-mysql-database-using-godaddy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
