<?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>ZETA*AID &#187; Database Management</title>
	<atom:link href="http://www.zetaid.com/topics/database-management/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zetaid.com</link>
	<description>Support, Knowledge and Client Base</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:22:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What Is the MySQL Hostname?</title>
		<link>http://www.zetaid.com/knowledgebase/572-what-is-the-mysql-hostname.html</link>
		<comments>http://www.zetaid.com/knowledgebase/572-what-is-the-mysql-hostname.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 15:29:49 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[CMS and PHP Applications]]></category>
		<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Localhost]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/?p=572</guid>
		<description><![CDATA[For configuring PHP, Perl or Ruby scripts the MySQL Hostname you should use to connect to the MySQL server is &#8220;localhost&#8221;. You will also need to make the corresponding database and user to connect to ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/572-what-is-the-mysql-hostname.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/457-how-do-i-setup-remote-access-to-my-mysql-databases.html' rel='bookmark' title='How do I setup remote access to my MySQL databases?'>How do I setup remote access to my MySQL databases?</a> <small>Remote MySQL allows external web servers to access your MySQL databases by adding their domain...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html' rel='bookmark' title='How do I check my MySQL database?'>How do I check my MySQL database?</a> <small>You can check to see if your MySQL database is running properly using the &#8220;Check...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><span class="mediumtext">For configuring PHP, Perl or Ruby scripts the MySQL Hostname you should use to connect to the MySQL server is &#8220;localhost&#8221;.</span></p>
<p><span class="mediumtext">You will also need to make the corresponding database and user to connect to your Database.</span></p>
<blockquote><p><span class="mediumtext"><strong>Note </strong>: Using the Servers Actual Hostname instead of &#8220;localhost&#8221; results in it what we&#8217;d like to term as a &#8220;redundant loop&#8221;  causing data to be sent out to the internet instead of being processes and transmitted locally. Additional configuration will also be required to provide access to &#8220;Guest/Internet/Anonymous&#8221; Users. On top of this redundant loop and hassle of creating another User Account, using the Servers Actual Hostname will result in slower results than using &#8220;localhost&#8221;; not to mention it uses your bandwidth !</span></p>
<p><span class="mediumtext">So take it from us, simply use &#8220;localhost&#8221; if you&#8217;re setting up a CMS/PHP Script manually.<br />
</span></p></blockquote>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/457-how-do-i-setup-remote-access-to-my-mysql-databases.html' rel='bookmark' title='How do I setup remote access to my MySQL databases?'>How do I setup remote access to my MySQL databases?</a> <small>Remote MySQL allows external web servers to access your MySQL databases by adding their domain...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html' rel='bookmark' title='How do I check my MySQL database?'>How do I check my MySQL database?</a> <small>You can check to see if your MySQL database is running properly using the &#8220;Check...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/572-what-is-the-mysql-hostname.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I use phpPgAdmin?</title>
		<link>http://www.zetaid.com/knowledgebase/461-how-do-i-use-phppgadmin.html</link>
		<comments>http://www.zetaid.com/knowledgebase/461-how-do-i-use-phppgadmin.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:10:44 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/461-how-do-i-use-phppgadmin.html</guid>
		<description><![CDATA[phpPgAdmin is a web based database administration tool specifically for managing MySQL databases. Once you click on the phpPgAdmin link on the cPanel dashboard, phpPgAdmin will automatically load in a new window. First you will ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/461-how-do-i-use-phppgadmin.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html' rel='bookmark' title='How do I create a PostgreSQL database?'>How do I create a PostgreSQL database?</a> <small>PostgreSQL databases allow you to store lots of information in an easy to access manner....</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/459-how-do-i-use-phpmyadmin-and-where-is-the-documentation-link.html' rel='bookmark' title='How do I use phpMyAdmin and where is the Documentation link?'>How do I use phpMyAdmin and where is the Documentation link?</a> <small>phpMyAdmin is a web based database administration tool specifically for managing MySQL databases. Once you...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html' rel='bookmark' title='How do I delete a PostgreSQL database?'>How do I delete a PostgreSQL database?</a> <small>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>phpPgAdmin is a web based database administration tool specifically for managing MySQL databases. Once you click on the phpPgAdmin link on the cPanel dashboard, phpPgAdmin will automatically load in a new window. First you will need to login to the PostgreSQL server by clicking on the <strong>PostgreSQL</strong> link under the &#8220;Servers&#8221; section on the left menu. Then click on the <strong>Login</strong> button. Once you have logged in successfully, select the database you want to manage by expanding the &#8220;PostgreSQL&#8221; link under the &#8220;Servers&#8221; list on the left side menu. Your database will appear. Click on the database name. Then you can begin using all the functions and features phpMyAdmin has to offer in this advanced, yet easy to use web based database administration tool.</p>
<p>To learn how to use all of the phpPgAdmin features available, visit<a href="http://phppgadmin.sourceforge.net/">http://phppgadmin.sourceforge.net/</a>.</p>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html' rel='bookmark' title='How do I create a PostgreSQL database?'>How do I create a PostgreSQL database?</a> <small>PostgreSQL databases allow you to store lots of information in an easy to access manner....</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/459-how-do-i-use-phpmyadmin-and-where-is-the-documentation-link.html' rel='bookmark' title='How do I use phpMyAdmin and where is the Documentation link?'>How do I use phpMyAdmin and where is the Documentation link?</a> <small>phpMyAdmin is a web based database administration tool specifically for managing MySQL databases. Once you...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html' rel='bookmark' title='How do I delete a PostgreSQL database?'>How do I delete a PostgreSQL database?</a> <small>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/461-how-do-i-use-phppgadmin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I use phpMyAdmin and where is the Documentation link?</title>
		<link>http://www.zetaid.com/knowledgebase/459-how-do-i-use-phpmyadmin-and-where-is-the-documentation-link.html</link>
		<comments>http://www.zetaid.com/knowledgebase/459-how-do-i-use-phpmyadmin-and-where-is-the-documentation-link.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:09:56 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/459-how-do-i-use-phpmyadmin-and-where-is-the-documentation-link.html</guid>
		<description><![CDATA[phpMyAdmin is a web based database administration tool specifically for managing MySQL databases. Once you click on the phpMyAdmin link on the cPanel dashboard, phpMyAdmin will automatically load in a new window. First select the ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/459-how-do-i-use-phpmyadmin-and-where-is-the-documentation-link.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/461-how-do-i-use-phppgadmin.html' rel='bookmark' title='How do I use phpPgAdmin?'>How do I use phpPgAdmin?</a> <small>phpPgAdmin is a web based database administration tool specifically for managing MySQL databases. Once you...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html' rel='bookmark' title='How do I delete a MySQL database?'>How do I delete a MySQL database?</a> <small>You can easily delete a MySQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html' rel='bookmark' title='How do I delete a PostgreSQL database?'>How do I delete a PostgreSQL database?</a> <small>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>phpMyAdmin is a web based database administration tool specifically for managing MySQL databases. Once you click on the phpMyAdmin link on the cPanel dashboard, phpMyAdmin will automatically load in a new window. First select the database you want to manage from the &#8220;Database&#8221; drop down menu. Then you can begin using all the functions and features phpMyAdmin has to offer in this advanced, yet easy to use web based database administration tool.</p>
<p>To learn how to use all of the phpPgAdmin features available, visit <a href="http://www.phpmyadmin.net/home_page/index.php">http://www.phpmyadmin.net/home_page/index.php</a>.</p>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/461-how-do-i-use-phppgadmin.html' rel='bookmark' title='How do I use phpPgAdmin?'>How do I use phpPgAdmin?</a> <small>phpPgAdmin is a web based database administration tool specifically for managing MySQL databases. Once you...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html' rel='bookmark' title='How do I delete a MySQL database?'>How do I delete a MySQL database?</a> <small>You can easily delete a MySQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html' rel='bookmark' title='How do I delete a PostgreSQL database?'>How do I delete a PostgreSQL database?</a> <small>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/459-how-do-i-use-phpmyadmin-and-where-is-the-documentation-link.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I setup remote access to my MySQL databases?</title>
		<link>http://www.zetaid.com/knowledgebase/457-how-do-i-setup-remote-access-to-my-mysql-databases.html</link>
		<comments>http://www.zetaid.com/knowledgebase/457-how-do-i-setup-remote-access-to-my-mysql-databases.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:09:27 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/457-how-do-i-setup-remote-access-to-my-mysql-databases.html</guid>
		<description><![CDATA[Remote MySQL allows external web servers to access your MySQL databases by adding their domain name to the list of hosts that are able to access databases on your web site. NOTE: &#8220;localhost&#8221; stands for ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/457-how-do-i-setup-remote-access-to-my-mysql-databases.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html' rel='bookmark' title='How do I delete a MySQL database?'>How do I delete a MySQL database?</a> <small>You can easily delete a MySQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html' rel='bookmark' title='How do I check my MySQL database?'>How do I check my MySQL database?</a> <small>You can check to see if your MySQL database is running properly using the &#8220;Check...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Remote MySQL allows external web servers to access your MySQL databases by adding their domain name to the list of hosts that are able to access databases on your web site.</p>
<p><strong>NOTE:</strong> &#8220;localhost&#8221; stands for the server that your site is currently on.</p>
<h5>Steps</h5>
<ol>
<li>Enter a server&#8217;s host name or IP address in the &#8220;Host (% wildcard is allowed)&#8221; text box.</li>
<li>Click on the <strong>Add Host</strong> button.</li>
<li>You will see the following statement:
<ul>
<li>&#8220;Added Host HOSTNAME to the access list.&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Go Back</strong> link.</li>
<li>When the page loads, you will see a two-column table containing the following information:
<ul>
<li><strong>Access Hosts</strong> &#8211; This entry will include the host name or IP address.</li>
<li><strong>Remove</strong> &#8211; Click on the <strong>x in a circle</strong> icon to remove the &#8220;Access Hosts&#8221; from being allowed to access your MySQL database.</li>
</ul>
</li>
</ol>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html' rel='bookmark' title='How do I delete a MySQL database?'>How do I delete a MySQL database?</a> <small>You can easily delete a MySQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html' rel='bookmark' title='How do I check my MySQL database?'>How do I check my MySQL database?</a> <small>You can check to see if your MySQL database is running properly using the &#8220;Check...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/457-how-do-i-setup-remote-access-to-my-mysql-databases.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I repair my MySQL database?</title>
		<link>http://www.zetaid.com/knowledgebase/455-how-do-i-repair-my-mysql-database.html</link>
		<comments>http://www.zetaid.com/knowledgebase/455-how-do-i-repair-my-mysql-database.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:09:05 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/455-how-do-i-repair-my-mysql-database.html</guid>
		<description><![CDATA[You can repair your MySQL database by using the &#8220;Repair DB&#8221; feature in cPanel. Steps Select the database you want to repair from the &#8220;Repair DB&#8221; drop down menu. Click on the Repair DB button. Related ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/455-how-do-i-repair-my-mysql-database.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html' rel='bookmark' title='How do I check my MySQL database?'>How do I check my MySQL database?</a> <small>You can check to see if your MySQL database is running properly using the &#8220;Check...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html' rel='bookmark' title='How do I delete a MySQL database?'>How do I delete a MySQL database?</a> <small>You can easily delete a MySQL database from your web hosting account. Follow the instructions...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can repair your MySQL database by using the &#8220;Repair DB&#8221; feature in cPanel.</p>
<h5>Steps</h5>
<ol>
<li>Select the database you want to repair from the &#8220;Repair DB&#8221; drop down menu.</li>
<li>Click on the <strong>Repair DB</strong> button.</li>
</ol>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html' rel='bookmark' title='How do I check my MySQL database?'>How do I check my MySQL database?</a> <small>You can check to see if your MySQL database is running properly using the &#8220;Check...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html' rel='bookmark' title='How do I delete a MySQL database?'>How do I delete a MySQL database?</a> <small>You can easily delete a MySQL database from your web hosting account. Follow the instructions...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/455-how-do-i-repair-my-mysql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I delete a user from my PostgreSQL database?</title>
		<link>http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html</link>
		<comments>http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:08:42 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html</guid>
		<description><![CDATA[There are two types of deleting users. One way is to delete a user from a database. The other type is to delete a user permanently. Delete A User From The Database Steps When the ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html' rel='bookmark' title='How do I delete a user from my MySQL database?'>How do I delete a user from my MySQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html' rel='bookmark' title='How do I delete a PostgreSQL database?'>How do I delete a PostgreSQL database?</a> <small>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html' rel='bookmark' title='How do I create a PostgreSQL database?'>How do I create a PostgreSQL database?</a> <small>PostgreSQL databases allow you to store lots of information in an easy to access manner....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are two types of deleting users. One way is to delete a user from a database. The other type is to delete a user permanently.</p>
<h4>Delete A User From The Database</h4>
<h5>Steps</h5>
<ol>
<li>When the page loads, you will see a table containing the following information, split into five columns:
<ul>
<li><strong>Database</strong> &#8211; This entry will be the database name you created in Step 1 above.</li>
<li><strong>Size</strong> &#8211; This entry will be the size of the database you created in Step 1 above.</li>
<li><strong>Users</strong> &#8211; This entry will be the users in the database.</li>
<li><strong>Actions</strong> &#8211; You have once choice:
<ul>
<li><strong>Delete Database</strong> &#8211; Click on this link to delete a database.</li>
</ul>
</li>
</ul>
</li>
<li>First find the database you want to delete the user from in the &#8220;Database&#8221; column. Then find the user you want to delete from the &#8220;Username&#8221; column.</li>
<li>Next, click on the <strong>x in a circle</strong> icon.</li>
<li>You will see the following confirmation statement:
<ul>
<li>&#8220;Are you sure you wish to remove USERNAME User from the database DATABASE?&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Yes</strong> button.</li>
<li>Then click on the <strong>Go Back</strong> link.</li>
</ol>
<p>The user you deleted should no longer be associated with the database you chose in Step 2 above.</p>
<h4>Delete A User Permanently</h4>
<h5>Steps</h5>
<ol>
<li>There will be a two-column table containing the &#8220;Users&#8221; and &#8220;Delete&#8221; column. Find the user you want to delete from the system and click on the <strong>x in a circle</strong> icon.</li>
<li>You will see the following statement:
<ul>
<li>&#8220;Are you sure you wish to permanently remove the USERNAME User?&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Yes</strong> button.</li>
<li>You will see the following statement:
<ul>
<li>&#8220;Deleted the USERNAME.&#8221;</li>
</ul>
</li>
</ol>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html' rel='bookmark' title='How do I delete a user from my MySQL database?'>How do I delete a user from my MySQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html' rel='bookmark' title='How do I delete a PostgreSQL database?'>How do I delete a PostgreSQL database?</a> <small>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html' rel='bookmark' title='How do I create a PostgreSQL database?'>How do I create a PostgreSQL database?</a> <small>PostgreSQL databases allow you to store lots of information in an easy to access manner....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I delete a user from my MySQL database?</title>
		<link>http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html</link>
		<comments>http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:06:06 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html</guid>
		<description><![CDATA[There are two types of deleting users. One way is to delete a user from a database. The other type is to delete a user permanently. Delete A User From The Database Steps When the ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html' rel='bookmark' title='How do I delete a user from my PostgreSQL database?'>How do I delete a user from my PostgreSQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html' rel='bookmark' title='How do I delete a MySQL database?'>How do I delete a MySQL database?</a> <small>You can easily delete a MySQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html' rel='bookmark' title='How do I delete a PostgreSQL database?'>How do I delete a PostgreSQL database?</a> <small>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are two types of deleting users. One way is to delete a user from a database. The other type is to delete a user permanently.</p>
<h4>Delete A User From The Database</h4>
<h5>Steps</h5>
<ol>
<li>When the page loads, you will see a table containing the following information, split into five columns:
<ul>
<li><strong>Database</strong> &#8211; This entry will be the database name you created in Step 1 above.</li>
<li><strong>Size</strong> &#8211; This entry will be the size of the database you created in Step 1 above.</li>
<li><strong>Users</strong> &#8211; This entry will be the users in the database.</li>
<li><strong>Actions</strong> &#8211; You have once choice:
<ul>
<li><strong>Delete Database</strong> &#8211; Click on this link to delete a database.</li>
</ul>
</li>
</ul>
</li>
<li>First find the database you want to delete the user from in the &#8220;Database&#8221; column. Then find the user you want to delete from the &#8220;Username&#8221; column.</li>
<li>Next, click on the <strong>x in a circle</strong> icon.</li>
<li>You will see the following confirmation statement:
<ul>
<li>&#8220;Are you sure you wish to remove USERNAME User from the database DATABASE?&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Yes</strong> button.</li>
<li>Then click on the <strong>Go Back</strong> link.</li>
</ol>
<p>The user you deleted should no longer be associated with the database you chose in Step 2 above.</p>
<h4>Delete A User Permanently</h4>
<h5>Steps</h5>
<ol>
<li>There will be a two-column table containing the &#8220;Users&#8221; and &#8220;Delete&#8221; column. Find the user you want to delete from the system and click on the <strong>x in a circle</strong> icon.</li>
<li>You will see the following statement:
<ul>
<li>&#8220;Are you sure you wish to permanently remove the USERNAME User?&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Yes</strong> button.</li>
<li>You will see the following statement:
<ul>
<li>&#8220;Deleted the USERNAME.&#8221;</li>
</ul>
</li>
</ol>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html' rel='bookmark' title='How do I delete a user from my PostgreSQL database?'>How do I delete a user from my PostgreSQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html' rel='bookmark' title='How do I delete a MySQL database?'>How do I delete a MySQL database?</a> <small>You can easily delete a MySQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html' rel='bookmark' title='How do I delete a PostgreSQL database?'>How do I delete a PostgreSQL database?</a> <small>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I delete a PostgreSQL database?</title>
		<link>http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html</link>
		<comments>http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:05:25 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html</guid>
		<description><![CDATA[You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions below. Steps When the page loads, you will see a table containing the following information, split into five columns: Database ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html' rel='bookmark' title='How do I delete a MySQL database?'>How do I delete a MySQL database?</a> <small>You can easily delete a MySQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html' rel='bookmark' title='How do I delete a user from my PostgreSQL database?'>How do I delete a user from my PostgreSQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html' rel='bookmark' title='How do I create a PostgreSQL database?'>How do I create a PostgreSQL database?</a> <small>PostgreSQL databases allow you to store lots of information in an easy to access manner....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions below.</p>
<h5>Steps</h5>
<ol>
<li>When the page loads, you will see a table containing the following information, split into five columns:
<ul>
<li><strong>Database</strong> &#8211; This entry will be the database name you created in Step 1 above.</li>
<li><strong>Size</strong> &#8211; This entry will be the size of the database you created in Step 1 above.</li>
<li><strong>Users</strong> &#8211; This entry will be the users in the database.</li>
<li><strong>Actions</strong> &#8211; You have once choice:
<ul>
<li><strong>Delete Database</strong> &#8211; Click on this link to delete a database.</li>
</ul>
</li>
</ul>
</li>
<li>Next, find the database you want to delete in the &#8220;Database&#8221; column.</li>
<li>Then click on the <strong>Delete Database</strong> in the &#8220;Actions&#8221; column.</li>
<li>You will see the following confirmation statement:
<ul>
<li>&#8220;Are you sure you wish to permanently remove the DATABASE_NAME?&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Yes</strong> button.</li>
<li>You will see the following statement:
<ul>
<li>&#8220;Deleted the database DATABASE_NAME.&#8221;</li>
<li>&#8220;Database &#8220;DATABASE&#8221; dropped.&#8221;</li>
</ul>
</li>
</ol>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html' rel='bookmark' title='How do I delete a MySQL database?'>How do I delete a MySQL database?</a> <small>You can easily delete a MySQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html' rel='bookmark' title='How do I delete a user from my PostgreSQL database?'>How do I delete a user from my PostgreSQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html' rel='bookmark' title='How do I create a PostgreSQL database?'>How do I create a PostgreSQL database?</a> <small>PostgreSQL databases allow you to store lots of information in an easy to access manner....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I delete a MySQL database?</title>
		<link>http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html</link>
		<comments>http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:04:57 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html</guid>
		<description><![CDATA[You can easily delete a MySQL database from your web hosting account. Follow the instructions below. Steps When the page loads, you will see a table containing the following information, split into five columns: Database ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html' rel='bookmark' title='How do I delete a PostgreSQL database?'>How do I delete a PostgreSQL database?</a> <small>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html' rel='bookmark' title='How do I delete a user from my MySQL database?'>How do I delete a user from my MySQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html' rel='bookmark' title='How do I delete a user from my PostgreSQL database?'>How do I delete a user from my PostgreSQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can easily delete a MySQL database from your web hosting account. Follow the instructions below.</p>
<h5>Steps</h5>
<ol>
<li>When the page loads, you will see a table containing the following information, split into five columns:
<ul>
<li><strong>Database</strong> &#8211; This entry will be the database name you created in Step 1 above.</li>
<li><strong>Size</strong> &#8211; This entry will be the size of the database you created in Step 1 above.</li>
<li><strong>Users</strong> &#8211; This entry will be the users in the database.</li>
<li><strong>Actions</strong> &#8211; You have once choice:
<ul>
<li><strong>Delete Database</strong> &#8211; Click on this link to delete a database.</li>
</ul>
</li>
</ul>
</li>
<li>Next, find the database you want to delete in the &#8220;Database&#8221; column.</li>
<li>Then click on the <strong>Delete Database</strong> in the &#8220;Actions&#8221; column.</li>
<li>You will see the following confirmation statement:
<ul>
<li>&#8220;Are you sure you wish to permanently remove the DATABASE_NAME?&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Yes</strong> button.</li>
<li>You will see the following statement:
<ul>
<li>&#8220;Deleted the database DATABASE_NAME.&#8221;</li>
<li>&#8220;Database &#8220;DATABASE&#8221; dropped.&#8221;</li>
</ul>
</li>
</ol>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/448-how-do-i-delete-a-postgresql-database.html' rel='bookmark' title='How do I delete a PostgreSQL database?'>How do I delete a PostgreSQL database?</a> <small>You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html' rel='bookmark' title='How do I delete a user from my MySQL database?'>How do I delete a user from my MySQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html' rel='bookmark' title='How do I delete a user from my PostgreSQL database?'>How do I delete a user from my PostgreSQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/446-how-do-i-delete-a-mysql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I create a user in PostgreSQL?</title>
		<link>http://www.zetaid.com/knowledgebase/444-how-do-i-create-a-user-in-postgresql.html</link>
		<comments>http://www.zetaid.com/knowledgebase/444-how-do-i-create-a-user-in-postgresql.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:04:27 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/444-how-do-i-create-a-user-in-postgresql.html</guid>
		<description><![CDATA[There are two primary steps when creating a PostgreSQL user. The first step is to create a username and password combination for the user. The second step is to add the user to the database ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/444-how-do-i-create-a-user-in-postgresql.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html' rel='bookmark' title='How do I create a PostgreSQL database?'>How do I create a PostgreSQL database?</a> <small>PostgreSQL databases allow you to store lots of information in an easy to access manner....</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html' rel='bookmark' title='How do I create a user in MySQL?'>How do I create a user in MySQL?</a> <small>There are two primary steps when creating a MySQL user. The first step is to...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html' rel='bookmark' title='How do I delete a user from my PostgreSQL database?'>How do I delete a user from my PostgreSQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are two primary steps when creating a PostgreSQL user. The first step is to create a username and password combination for the user. The second step is to add the user to the database you want the user to access.</p>
<h5>Steps</h5>
<ol>
<li>In the &#8220;New User&#8221; section, enter the username and password you want to use for this database in the &#8220;Username&#8221; and &#8220;Password&#8221; text boxes, respectively.</li>
<li>Next, click on the <strong>Create User</strong> button.</li>
<li>You should see the following statement:
<ul>
<li>&#8220;Added USERNAME with the password PASSWORD.&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Go Back</strong> link.</li>
<li>Find the &#8220;Add User To Database&#8221; section. Select the user you created in Step 6 above from the &#8220;User&#8221; drop down menu. Then select the database you want to add the user to from the &#8220;Database&#8221; drop down menu.</li>
<li>Next, click on the <strong>Submit</strong> button.</li>
<li>You should see the following statement:
<ul>
<li>&#8220;User USERNAME was added to the database DATABASE.&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Go Back</strong> link.</li>
<li>You should now see the user you created in Step 1 above in the &#8220;Users&#8221; column.</li>
</ol>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html' rel='bookmark' title='How do I create a PostgreSQL database?'>How do I create a PostgreSQL database?</a> <small>PostgreSQL databases allow you to store lots of information in an easy to access manner....</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html' rel='bookmark' title='How do I create a user in MySQL?'>How do I create a user in MySQL?</a> <small>There are two primary steps when creating a MySQL user. The first step is to...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html' rel='bookmark' title='How do I delete a user from my PostgreSQL database?'>How do I delete a user from my PostgreSQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/444-how-do-i-create-a-user-in-postgresql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I create a user in MySQL?</title>
		<link>http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html</link>
		<comments>http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:03:50 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html</guid>
		<description><![CDATA[There are two primary steps when creating a MySQL user. The first step is to create a username and password combination for the user. The second step is to add the user to the database ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html' rel='bookmark' title='How do I check my MySQL database?'>How do I check my MySQL database?</a> <small>You can check to see if your MySQL database is running properly using the &#8220;Check...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/444-how-do-i-create-a-user-in-postgresql.html' rel='bookmark' title='How do I create a user in PostgreSQL?'>How do I create a user in PostgreSQL?</a> <small>There are two primary steps when creating a PostgreSQL user. The first step is to...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are two primary steps when creating a MySQL user. The first step is to create a username and password combination for the user. The second step is to add the user to the database you want the user to access.</p>
<h5>Steps</h5>
<ol>
<li>In the &#8220;New User&#8221; section, enter the username and password you want to use for this database in the &#8220;Username&#8221; and &#8220;Password&#8221; text boxes, respectively.</li>
<li>Next, click on the <strong>Create User</strong> button.</li>
<li>You should see the following statement:
<ul>
<li>&#8220;Added USERNAME with the password PASSWORD.&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Go Back</strong> link.</li>
<li>Find the &#8220;Add User To Database&#8221; section. Select the user you created in Step 6 above from the &#8220;User&#8221; drop down menu. Then select the database you want to add the user to from the &#8220;Database&#8221; drop down menu.</li>
<li>Next, click on the <strong>Submit</strong> button.</li>
<li>When the page loads you will see a two-column table. The top of the table provides a checkbox option &#8220;ALL PRIVILEGES&#8221; allowing you to create the database with all privileges, otherwise you can check each of the items in the two columns that you want to allow for your new database. The options include:
<ul>
<li>SELECT (Allows USERNAME to select data from a table in the database.)</li>
<li>INSERT (Allows USERNAME to insert data into a table in the database.)</li>
<li>UPDATE (Allows USERNAME to update data in a table in the database.)</li>
<li>DELETE (Allows USERNAME to delete data from a table in the database.)</li>
<li>INDEX (Allows USERNAME to create index on table column in the database. This can speed up a database.)</li>
<li>CREATE TEMPORARY TABLES (Allows USERNAME to create temporary tables in the database.)</li>
<li>CREATE (Allows USERNAME to create tables in the database.)</li>
<li>ALTER (Allows USERNAME to alter tables in the database.)</li>
<li>DROP (Allows USERNAME to drop tables in the database.)</li>
<li>LOCK TABLES (Allows USERNAME to lock tables in the database.)</li>
<li>REFERENCES (Allows USERNAME to create references to a table in the database.)</li>
</ul>
</li>
</ol>
<p><strong>NOTE:</strong> Typically you may want to check the &#8220;All Privileges&#8221; option unless you want specific control over the user you are creating for this database.</p>
<ol>
<li>Assuming you have either checked the &#8220;All Privileges&#8221; option or a combination of the options in the two columns, continue the wizard by clicking on the <strong>Make Changes</strong> button.</li>
<li>You should see the following statement:
<ul>
<li>&#8220;User USERNAME was added to the database DATABASE.&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Go Back</strong> link.</li>
<li>You should now see the user you created in Step 1 above in the &#8220;Users&#8221; column.</li>
</ol>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html' rel='bookmark' title='How do I check my MySQL database?'>How do I check my MySQL database?</a> <small>You can check to see if your MySQL database is running properly using the &#8220;Check...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/444-how-do-i-create-a-user-in-postgresql.html' rel='bookmark' title='How do I create a user in PostgreSQL?'>How do I create a user in PostgreSQL?</a> <small>There are two primary steps when creating a PostgreSQL user. The first step is to...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I create a PostgreSQL database?</title>
		<link>http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html</link>
		<comments>http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:03:24 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html</guid>
		<description><![CDATA[PostgreSQL databases allow you to store lots of information in an easy to access manner. The databases themselves are not easily read by humans. PostgreSQL databases are required by many web applications including some bulletin ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/444-how-do-i-create-a-user-in-postgresql.html' rel='bookmark' title='How do I create a user in PostgreSQL?'>How do I create a user in PostgreSQL?</a> <small>There are two primary steps when creating a PostgreSQL user. The first step is to...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html' rel='bookmark' title='How do I delete a user from my PostgreSQL database?'>How do I delete a user from my PostgreSQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>PostgreSQL databases allow you to store lots of information in an easy to access manner. The databases themselves are not easily read by humans. PostgreSQL databases are required by many web applications including some bulletin boards, content management systems, and others. To use a database, you&#8217;ll need to create it. Only PostgreSQL Users (different than mail or other users) that have privileges to access a database can read from or write to that database.</p>
<p>There are two ways to create a PostgreSQL database The easiest way to create a PostgreSQL database is to use the PostgreSQL Database Wizard built directly into the cPanel interface. The second way involves a few more steps, but does not require you to go through the wizard.</p>
<h4>Create A PostgreSQL Database Using The Wizard</h4>
<h5>Steps</h5>
<ol>
<li>When the page loads, enter the name of your new database in the &#8220;New Database&#8221; text box.</li>
<li>Next, click on the <strong>Create Database</strong> button.</li>
<li>You should see the following statement:
<ul>
<li>&#8220;Added the database YOUR_DATABASE_NAME.&#8221;</li>
</ul>
</li>
<li>Enter the username and password you want to use for this database in the &#8220;Username&#8221; and &#8220;Password&#8221; text boxes, respectively.</li>
<li>Next, click on the <strong>Create User</strong> button.</li>
<li>You should see the following statement:
<ul>
<li>&#8220;Added USERNAME with the password PASSWORD.&#8221;</li>
</ul>
</li>
<li>Next you will see &#8220;Step 3&#8243; requesting you to add the user you just created to the database you just created. Click on the <strong>Submit</strong> button to proceed with adding the user to the database.</li>
<li>You should see the following statement:
<ul>
<li>&#8220;User USERNAME was added to the database DATABASE.&#8221;</li>
</ul>
</li>
<li>When the page loads you will have three available options to choose:
<ul>
<li><strong>Add another database</strong> &#8211; Click this link if you want to add another PostgreSQL database to your web hosting account.</li>
<li><strong>Add another user using the PostgreSQL Database Area</strong> &#8211; Click this link if you want to add another user to the database you created in the steps above.</li>
<li><strong>Return to Home</strong> &#8211; Click this link if you want to return to the cPanel dashboard.</li>
</ul>
</li>
</ol>
<h4>Create A PostgreSQL Database Manually</h4>
<h5>Steps</h5>
<ol>
<li>When the page loads, enter the name of your new database in the &#8220;New Database&#8221; text box.</li>
<li>Next, click on the <strong>Create Database</strong> button.</li>
<li>You should see the following statement:
<ul>
<li>&#8220;Added the database YOUR_DATABASE_NAME.&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Back to Manage Databases</strong> link.</li>
<li>When the page loads, you will see a table with your newly created database containing the following information, split into four columns:
<ul>
<li><strong>Database</strong> &#8211; This entry will be the database name you created in Step 1 above.</li>
<li><strong>Size</strong> &#8211; This entry will be the size of the database you created in Step 1 above.</li>
<li><strong>Users</strong> &#8211; This entry will be the users in the database you created in Step 1 above. When you first create a new database manually, this column entry will be empty. Continue to Step 6 below to learn how to create and add a user to your new database.</li>
<li><strong>Actions</strong> &#8211; You have one choice:
<ul>
<li><strong><a href="databases_delete_post.html">Delete Database</a></strong> &#8211; Click on this link to delete a database.</li>
</ul>
</li>
</ul>
</li>
<li>In the &#8220;New User&#8221; section, enter the username and password you want to use for this database in the &#8220;Username&#8221; and &#8220;Password&#8221; text boxes, respectively.</li>
<li>Next, click on the <strong>Create User</strong> button.</li>
<li>You should see the following statement:
<ul>
<li>&#8220;Added USERNAME with the password PASSWORD.&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Go Back</strong> link.</li>
<li>Find the &#8220;Add User To Database&#8221; section. Select the user you created in Step 6 above from the &#8220;User&#8221; drop down menu. Then select the database you created in Step 1 above from the &#8220;Database&#8221; drop down menu.</li>
<li>Next, click on the <strong>Submit</strong> button.</li>
<li>You should see the following statement:
<ul>
<li>&#8220;User USERNAME was added to the database DATABASE.&#8221;</li>
</ul>
</li>
<li>Click on the <strong>Go Back</strong> link.</li>
<li>You should now see the user you created in Step 6 above in the &#8220;Users&#8221; column.</li>
</ol>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/444-how-do-i-create-a-user-in-postgresql.html' rel='bookmark' title='How do I create a user in PostgreSQL?'>How do I create a user in PostgreSQL?</a> <small>There are two primary steps when creating a PostgreSQL user. The first step is to...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/453-how-do-i-delete-a-user-from-my-postgresql-database.html' rel='bookmark' title='How do I delete a user from my PostgreSQL database?'>How do I delete a user from my PostgreSQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/440-how-do-i-create-a-postgresql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I create a MySQL database?</title>
		<link>http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html</link>
		<comments>http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:02:19 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html</guid>
		<description><![CDATA[MySQL databases allow you to store lots of information in an easy to access manner. The databases themselves are not easily read by humans. MySQL databases are required by many web applications including some bulletin ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html' rel='bookmark' title='How do I create a user in MySQL?'>How do I create a user in MySQL?</a> <small>There are two primary steps when creating a MySQL user. The first step is to...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html' rel='bookmark' title='How do I check my MySQL database?'>How do I check my MySQL database?</a> <small>You can check to see if your MySQL database is running properly using the &#8220;Check...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html' rel='bookmark' title='How do I delete a user from my MySQL database?'>How do I delete a user from my MySQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>MySQL databases allow you to store lots of information in an easy to access manner. The databases themselves are not easily read by humans. MySQL databases are required by many web applications including some bulletin boards, content management systems, and others. To use a database, you&#8217;ll need to create it. Only MySQL Users (different than mail or other users) that have privileges to access a database can read from or write to that database.</p>
<p>There are two ways to create a MySQL database The easiest way to create a MySQL database is to use the MySQL Database Wizard built directly into the cPanel interface. The second way involves a few more steps, but does not require you to go through the wizard.</p>
<h3>Create A MySQL Database Using The Wizard</h3>
<p><strong>Steps</strong></p>
<ol>
<li>When the page loads, enter the name of your new database in the &#8220;New Database&#8221; text box.</li>
<li>Next, click on the Next Step button.</li>
<li>You should see the following statement: * &#8220;Added the database YOUR_DATABASE_NAME.&#8221;</li>
<li> Enter the username and password you want to use for this database in the &#8220;Username&#8221; and &#8220;Password&#8221; text boxes, respectively.</li>
<li> Next, click on the &#8220;Next Step&#8221; button.</li>
<li>You should see the following statement: * &#8220;Added USERNAME with the password PASSWORD.&#8221;When the page loads you will see a two-column table. The top of the table provides a checkbox option &#8220;ALL PRIVILEGES&#8221; allowing you to create the database with all privileges,otherwise you can check each of the items in the two columns that you want to allow for your new database. The options include:</li>
</ol>
<p style="padding-left: 60px;">* SELECT &#8211; Allows USERNAME to select data from a table in the database.<br />
* INSERT &#8211; Allows USERNAME to insert data into a table in the database.<br />
* UPDATE &#8211; Allows USERNAME to update data in a table in the database.<br />
* DELETE &#8211; Allows USERNAME to delete data from a table in the database.<br />
* INDEX &#8211; Allows USERNAME to create index on table column in the database. This can speed up a database.<br />
* CREATE TEMPORARY TABLES &#8211; Allows USERNAME to create temporary tables in the database.<br />
* CREATE &#8211; Allows USERNAME to create tables in the database.<br />
* ALTER &#8211; Allows USERNAME to alter tables in the database.<br />
* DROP &#8211; Allows USERNAME to drop tables in the database.<br />
* LOCK TABLES &#8211; Allows USERNAME to lock tables in the database.<br />
* REFERENCES &#8211; Allows USERNAME to create references to a table in the database.</p>
<p><strong>NOTE</strong>: Typically you may want to check the &#8220;All Privileges&#8221; option unless you want specific control over the user you are creating for this database.</p>
<p>1. Assuming you have either checked the &#8220;All Privileges&#8221; option or a combination of the options in the two columns, continue the wizard by clicking on the Next Stepbutton.<br />
2. You should see the following statement:<br />
* &#8220;User USERNAME was added to the database DATABASE.&#8221;,<br />
3. When the page loads you will have three available options to choose:<br />
* Add another database &#8211; Click this link if you want to add another MySQL database to your web hosting account.<br />
* Add another user using the MySQL Database Area &#8211; Click this link if you want to add another user to the database you created in the steps above.<br />
* Return to Home &#8211; Click this link if you want to return to the cPanel dashboard.</p>
<h3>Create A MySQL Database Manually</h3>
<p><strong>Steps</strong></p>
<p>1. When the page loads, enter the name of your new database in the &#8220;New Database&#8221; text box.<br />
2. Next, click on the Create Database button.<br />
3. You should see the following statement:<br />
* &#8220;Added the database YOUR_DATABASE_NAME.&#8221;<br />
4. Click on the Go Back link.<br />
5. When the page loads, you will see a table with your newly created database containing the following information, split into five columns:<br />
* Database &#8211; This entry will be the database name you created in Step 1 above.<br />
* Size &#8211; This entry will be the size of the database you created in Step 1 above.<br />
* Users &#8211; This entry will be the users in the database you created in Step 1 above. When you first create a new database manually, this column entry will be empty. Continue to Step 6 below to learn how to create and add a user to your new database.<br />
* Actions &#8211; You have one choice:<br />
o Delete Database &#8211; Click on this link to delete a database.<br />
6. In the &#8220;New User&#8221; section, enter the username and password you want to use for this database in the &#8220;Username&#8221; and &#8220;Password&#8221; text boxes, respectively.<br />
7. Next, click on the Create User button.<br />
8. You should see the following statement:<br />
* &#8220;Added USERNAME with the password PASSWORD.&#8221;<br />
9. Click on the Go Back link.<br />
10. Find the &#8220;Add User To Database&#8221; section. Select the user you created in Step 6 above from the &#8220;User&#8221; drop down menu. Then select the database you created in Step 1 above from the &#8220;Database&#8221; drop down menu.<br />
11. Next, click on the Submit button.<br />
12. When the page loads you will see a two-column table. The top of the table provides a checkbox option &#8220;ALL PRIVILEGES&#8221; allowing you to create the database with all privileges, otherwise you can check each of the items in the two columns that you want to allow for your new database. The options include:<br />
* SELECT &#8211; Allows USERNAME to select data from a table in the database.<br />
* INSERT &#8211; Allows USERNAME to insert data into a table in the database.<br />
* UPDATE &#8211; Allows USERNAME to update data in a table in the database.<br />
* DELETE &#8211; Allows USERNAME to delete data from a table in the database.<br />
* INDEX &#8211; Allows USERNAME to create index on table column in the database. This can speed up a database.<br />
* CREATE TEMPORARY TABLES &#8211; Allows USERNAME to create temporary tables in the database.<br />
* CREATE &#8211; Allows USERNAME to create tables in the database.<br />
* ALTER &#8211; Allows USERNAME to alter tables in the database.<br />
* DROP &#8211; Allows USERNAME to drop tables in the database.<br />
* LOCK TABLES &#8211; Allows USERNAME to lock tables in the database.<br />
* REFERENCES &#8211; Allows USERNAME to create references to a table in the database.</p>
<p><strong>NOTE</strong>: Typically you may want to check the &#8220;All Privileges&#8221; option unless you want specific control over the user you are creating for this database.</p>
<p>1. Assuming you have either checked the &#8220;All Privileges&#8221; option or a combination of the options in the two columns, continue the wizard by clicking on the Make Changes button.<br />
2. You should see the following statement:<br />
* &#8220;User USERNAME was added to the database DATABASE.&#8221;<br />
3. Click on the Go Back link.<br />
4. You should now see the user you created in Step 6 above in the &#8220;Users&#8221; column.</p>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html' rel='bookmark' title='How do I create a user in MySQL?'>How do I create a user in MySQL?</a> <small>There are two primary steps when creating a MySQL user. The first step is to...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html' rel='bookmark' title='How do I check my MySQL database?'>How do I check my MySQL database?</a> <small>You can check to see if your MySQL database is running properly using the &#8220;Check...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html' rel='bookmark' title='How do I delete a user from my MySQL database?'>How do I delete a user from my MySQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I check my MySQL database?</title>
		<link>http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html</link>
		<comments>http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 16:40:24 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[Database Management]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Web & Domain Hosting Services]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html</guid>
		<description><![CDATA[You can check to see if your MySQL database is running properly using the &#8220;Check DB&#8221; feature in cPanel. Steps Select the database you want to check from the &#8220;Check DB&#8221; drop down menu. Click ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html' rel='bookmark' title='How do I create a user in MySQL?'>How do I create a user in MySQL?</a> <small>There are two primary steps when creating a MySQL user. The first step is to...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html' rel='bookmark' title='How do I delete a user from my MySQL database?'>How do I delete a user from my MySQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can check to see if your MySQL database is running properly using the &#8220;Check DB&#8221; feature in cPanel.</p>
<h5>Steps</h5>
<ol>
<li>Select the database you want to check from the &#8220;Check DB&#8221; drop down menu.</li>
<li>Click on the <strong>Check DB</strong> button.</li>
</ol>
<p>MySQL databases allow you to store lots of information in an easy to access manner. The databases themselves are not easily read by humans. MySQL databases are required by many web applications including some bulletin boards, content management systems, and others. To use a database, you&#8217;ll need to create it. Only MySQL Users (different than mail or other users) that have privileges to access a database can read from or write to that database.</p>
<p>There are two ways to create a MySQL database The easiest way to create a MySQL database is to use the MySQL Database Wizard built directly into the cPanel interface.</p>
<p>The second way involves a few more steps, but does not require you to go through the wizard.</p>
<p>Create A MySQL Database Using The Wizard<br />
Steps</p>
<p>1. When the page loads, enter the name of your new database in the &#8220;New Database&#8221; text box.<br />
2. Next, click on the Next Step button.<br />
3. You should see the following statement:<br />
* &#8220;Added the database YOUR_DATABASE_NAME.&#8221;<br />
4. Enter the username and password you want to use for this database in the &#8220;Username&#8221; and &#8220;Password&#8221; text boxes, respectively.<br />
5. Next, click on the &#8220;Next Step&#8221; button.<br />
6. You should see the following statement:<br />
* &#8220;Added USERNAME with the password PASSWORD.&#8221;<br />
7. When the page loads you will see a two-column table. The top of the table provides a checkbox option &#8220;ALL PRIVILEGES&#8221; allowing you to create the database with all privileges, otherwise you can check each of the items in the two columns that you want to allow for your new database. The options include:<br />
* SELECT &#8211; Allows USERNAME to select data from a table in the database.<br />
* INSERT &#8211; Allows USERNAME to insert data into a table in the database.<br />
* UPDATE &#8211; Allows USERNAME to update data in a table in the database.<br />
* DELETE &#8211; Allows USERNAME to delete data from a table in the database.<br />
* INDEX &#8211; Allows USERNAME to create index on table column in the database. This can speed up a database.<br />
* CREATE TEMPORARY TABLES &#8211; Allows USERNAME to create temporary tables in the database.<br />
* CREATE &#8211; Allows USERNAME to create tables in the database.<br />
* ALTER &#8211; Allows USERNAME to alter tables in the database.<br />
* DROP &#8211; Allows USERNAME to drop tables in the database.<br />
* LOCK TABLES &#8211; Allows USERNAME to lock tables in the database.<br />
* REFERENCES &#8211; Allows USERNAME to create references to a table in the database.</p>
<p>NOTE: Typically you may want to check the &#8220;All Privileges&#8221; option unless you want specific control over the user you are creating for this database.</p>
<p>1. Assuming you have either checked the &#8220;All Privileges&#8221; option or a combination of the options in the two columns, continue the wizard by clicking on the Next Stepbutton.<br />
2. You should see the following statement:<br />
* &#8220;User USERNAME was added to the database DATABASE.&#8221;,<br />
3. When the page loads you will have three available options to choose:<br />
* Add another database &#8211; Click this link if you want to add another MySQL database to your web hosting account.<br />
* Add another user using the MySQL Database Area &#8211; Click this link if you want to add another user to the database you created in the steps above.<br />
* Return to Home &#8211; Click this link if you want to return to the cPanel dashboard.</p>
<p>Create A MySQL Database Manually<br />
Steps</p>
<p>1. When the page loads, enter the name of your new database in the &#8220;New Database&#8221; text box.<br />
2. Next, click on the Create Database button.<br />
3. You should see the following statement:<br />
* &#8220;Added the database YOUR_DATABASE_NAME.&#8221;<br />
4. Click on the Go Back link.<br />
5. When the page loads, you will see a table with your newly created database containing the following information, split into five columns:<br />
* Database &#8211; This entry will be the database name you created in Step 1 above.<br />
* Size &#8211; This entry will be the size of the database you created in Step 1 above.<br />
* Users &#8211; This entry will be the users in the database you created in Step 1 above. When you first create a new database manually, this column entry will be empty. Continue to Step 6 below to learn how to create and add a user to your new database.<br />
* Actions &#8211; You have one choice:<br />
o Delete Database &#8211; Click on this link to delete a database.<br />
6. In the &#8220;New User&#8221; section, enter the username and password you want to use for this database in the &#8220;Username&#8221; and &#8220;Password&#8221; text boxes, respectively.<br />
7. Next, click on the Create User button.<br />
8. You should see the following statement:<br />
* &#8220;Added USERNAME with the password PASSWORD.&#8221;<br />
9. Click on the Go Back link.<br />
10. Find the &#8220;Add User To Database&#8221; section. Select the user you created in Step 6 above from the &#8220;User&#8221; drop down menu. Then select the database you created in Step 1 above from the &#8220;Database&#8221; drop down menu.<br />
11. Next, click on the Submit button.<br />
12. When the page loads you will see a two-column table. The top of the table provides a checkbox option &#8220;ALL PRIVILEGES&#8221; allowing you to create the database with all privileges, otherwise you can check each of the items in the two columns that you want to allow for your new database. The options include:<br />
* SELECT &#8211; Allows USERNAME to select data from a table in the database.<br />
* INSERT &#8211; Allows USERNAME to insert data into a table in the database.<br />
* UPDATE &#8211; Allows USERNAME to update data in a table in the database.<br />
* DELETE &#8211; Allows USERNAME to delete data from a table in the database.<br />
* INDEX &#8211; Allows USERNAME to create index on table column in the database. This can speed up a database.<br />
* CREATE TEMPORARY TABLES &#8211; Allows USERNAME to create temporary tables in the database.<br />
* CREATE &#8211; Allows USERNAME to create tables in the database.<br />
* ALTER &#8211; Allows USERNAME to alter tables in the database.<br />
* DROP &#8211; Allows USERNAME to drop tables in the database.<br />
* LOCK TABLES &#8211; Allows USERNAME to lock tables in the database.<br />
* REFERENCES &#8211; Allows USERNAME to create references to a table in the database.</p>
<p>NOTE: Typically you may want to check the &#8220;All Privileges&#8221; option unless you want specific control over the user you are creating for this database.</p>
<p>1. Assuming you have either checked the &#8220;All Privileges&#8221; option or a combination of the options in the two columns, continue the wizard by clicking on the Make Changes button.<br />
2. You should see the following statement:<br />
* &#8220;User USERNAME was added to the database DATABASE.&#8221;<br />
3. Click on the Go Back link.<br />
4. You should now see the user you created in Step 6 above in the &#8220;Users&#8221; column.</p>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/438-how-do-i-create-a-mysql-database.html' rel='bookmark' title='How do I create a MySQL database?'>How do I create a MySQL database?</a> <small>MySQL databases allow you to store lots of information in an easy to access manner....</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/442-how-do-i-create-a-user-in-mysql.html' rel='bookmark' title='How do I create a user in MySQL?'>How do I create a user in MySQL?</a> <small>There are two primary steps when creating a MySQL user. The first step is to...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/450-how-do-i-delete-a-user-from-my-mysql-database.html' rel='bookmark' title='How do I delete a user from my MySQL database?'>How do I delete a user from my MySQL database?</a> <small>There are two types of deleting users. One way is to delete a user from...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/434-how-do-i-check-my-mysql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

