<?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>GenivNET &#187; Databases</title>
	<atom:link href="http://www.geniv.net/category/webmasters/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geniv.net</link>
	<description>Tech Gadgets News</description>
	<lastBuildDate>Tue, 06 Dec 2011 17:01:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>How to Reset Drupal Administrator Password?</title>
		<link>http://www.geniv.net/how-to-reset-drupal-administrator-password/2011/04/</link>
		<comments>http://www.geniv.net/how-to-reset-drupal-administrator-password/2011/04/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 18:21:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[drupal password reset]]></category>
		<category><![CDATA[reset drupal admin password]]></category>

		<guid isPermaLink="false">http://www.geniv.net/?p=3162</guid>
		<description><![CDATA[Tweet There are two ways you can do to reset the Admin password. 1. Use the &#8216;Forgot password&#8217; option to email you a new password.  This only works if you have setup an email to the account. 2. Access the database and update the users...]]></description>
		<wfw:commentRss>http://www.geniv.net/how-to-reset-drupal-administrator-password/2011/04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal: Chinese Characters in URL</title>
		<link>http://www.geniv.net/drupal-chinese-characters-in-url/2011/04/</link>
		<comments>http://www.geniv.net/drupal-chinese-characters-in-url/2011/04/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 15:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[400 bad request]]></category>
		<category><![CDATA[403 forbidden error]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[chinese characters in url]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://www.geniv.net/?p=3155</guid>
		<description><![CDATA[Tweet Recently, we ran into a problem with Drupal when displaying Chinese characters or any non English characters (UTF-8) in the URL.   All the URL returned with a 400 Bad Request error along with a 403 Forbidden Error. e.g. Bad Request Your browser sent a...]]></description>
		<wfw:commentRss>http://www.geniv.net/drupal-chinese-characters-in-url/2011/04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL Tables With UTF-8</title>
		<link>http://www.geniv.net/mysql-tables-with-utf-8/2011/04/</link>
		<comments>http://www.geniv.net/mysql-tables-with-utf-8/2011/04/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 16:16:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[query return ?]]></category>
		<category><![CDATA[select return ? for utf8]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://www.geniv.net/?p=3150</guid>
		<description><![CDATA[Tweet Here is how to properly setup your database to store and query UTF-8 characters 1. You will need to make sure your tables are setup to store UTF-8 values. e.g. show create table {tablename};  &#60;&#8211; this will output table setup If you see the...]]></description>
		<wfw:commentRss>http://www.geniv.net/mysql-tables-with-utf-8/2011/04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062</title>
		<link>http://www.geniv.net/pdoexception-sqlstate23000-integrity-constraint-violation-1062/2011/03/</link>
		<comments>http://www.geniv.net/pdoexception-sqlstate23000-integrity-constraint-violation-1062/2011/03/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 15:28:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Programming and Scripting]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[database error]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[integrity contraint violation: 1062]]></category>
		<category><![CDATA[pdoexception]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sqlstat[23000]]]></category>

		<guid isPermaLink="false">http://www.geniv.net/?p=3144</guid>
		<description><![CDATA[Tweet Today, we came across a problem with Drupal.  Every time when we tries to add new contents, it is giving us the following error message PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry &#8217;0&#8242; for key 2 INSERT INTO {node}&#8230; At first, we thought...]]></description>
		<wfw:commentRss>http://www.geniv.net/pdoexception-sqlstate23000-integrity-constraint-violation-1062/2011/03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syntax error or access violation: 1226 User &#8216;username&#8217; has exceeded the &#8216;max_questions&#8217; resource (current value: 75000)</title>
		<link>http://www.geniv.net/syntax-error-or-access-violation-1226-user-username-has-exceeded-the-max_questions-resource-current-value-75000/2011/03/</link>
		<comments>http://www.geniv.net/syntax-error-or-access-violation-1226-user-username-has-exceeded-the-max_questions-resource-current-value-75000/2011/03/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 18:49:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Programming and Scripting]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[syntax error or access violation]]></category>
		<category><![CDATA[user has exceeded the 'max_questions' resource (current value:75000)]]></category>

		<guid isPermaLink="false">http://www.geniv.net/?p=3137</guid>
		<description><![CDATA[Tweet Recently, one of our CMS site receives the following error message: Syntax error or access violation: 1226 User &#8216;username&#8217; has exceeded the &#8216;max_questions&#8217; resource (current value: 75000) This is clearly an issue with our hosting company.  They have setup a MAX limits on the...]]></description>
		<wfw:commentRss>http://www.geniv.net/syntax-error-or-access-violation-1226-user-username-has-exceeded-the-max_questions-resource-current-value-75000/2011/03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Reset MySQL Password?</title>
		<link>http://www.geniv.net/how-to-reset-mysql-password/2010/10/</link>
		<comments>http://www.geniv.net/how-to-reset-mysql-password/2010/10/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 01:19:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[how to reset mysql password]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[reset mysql password]]></category>

		<guid isPermaLink="false">http://www.geniv.net/?p=2722</guid>
		<description><![CDATA[Tweet To reset the password for MySQL - First you will need to telnet into your server using a telnet client.  * For example, use the &#8216;Putty&#8217; telnet to telnet into your server.  - Once logged in, type mysql -u root -p *  You will...]]></description>
		<wfw:commentRss>http://www.geniv.net/how-to-reset-mysql-password/2010/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Database Errors</title>
		<link>http://www.geniv.net/oracle-database-errors/2010/03/</link>
		<comments>http://www.geniv.net/oracle-database-errors/2010/03/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 14:35:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[ORA-01034 ORACLE NOT AVAILABLE]]></category>
		<category><![CDATA[ORA-27101 SHARED MEMORY REALM DOES NOT EXIST]]></category>
		<category><![CDATA[Oracle Database Errors]]></category>

		<guid isPermaLink="false">http://www.geniv.net/?p=809</guid>
		<description><![CDATA[Tweet If you are getting the following errors when trying to connect to your Oracle database. ORA-01034 ORACLE NOT AVAILABLE ORA-27101 SHARED MEMORY REALM DOES NOT EXIST Checklists to Check: -Check your TNANAMES.ORA and SQLNET.ORA files and make sure it is correct and  pointing to...]]></description>
		<wfw:commentRss>http://www.geniv.net/oracle-database-errors/2010/03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPS Driver Error</title>
		<link>http://www.geniv.net/ips-driver-error/2009/01/</link>
		<comments>http://www.geniv.net/ips-driver-error/2009/01/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 23:40:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[IPS Driver Error]]></category>

		<guid isPermaLink="false">http://www.geniv.net/wp/?p=88</guid>
		<description><![CDATA[Tweet IPS Driver Error Is you are getting this error, most likely there is some connection problem to the database. Check your settings. And lastly, check with your ISP. 99% of the time it is the ISP fault. Tweet]]></description>
		<wfw:commentRss>http://www.geniv.net/ips-driver-error/2009/01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

