<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: mySQL call for help</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2002/08/01/mysql-call-for-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2002/08/01/mysql-call-for-help/</link>
	<description></description>
	<pubDate>Wed, 08 Oct 2008 08:04:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: jim</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/01/mysql-call-for-help/#comment-7648</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/01/mysql-call-for-help/#comment-7648</guid>
		<description>Check out 'grant' here:

http://www.mysql.com/doc/A/d/Adding_users.html
</description>
		<content:encoded><![CDATA[<p>Check out &#039;grant&#039; here:</p>
<p><a href="http://www.mysql.com/doc/A/d/Adding_users.html" rel="nofollow">http://www.mysql.com/doc/A/d/Adding_users.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/01/mysql-call-for-help/#comment-7646</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/01/mysql-call-for-help/#comment-7646</guid>
		<description>Excellent! That does help a great deal. Apparently, it's a problem with the user... it's not giving that user access to the database (thought they had added that user to the database, but at least I know where to start looking to solve the problem).

Thank you!!!</description>
		<content:encoded><![CDATA[<p>Excellent! That does help a great deal. Apparently, it&#039;s a problem with the user&#8230; it&#039;s not giving that user access to the database (thought they had added that user to the database, but at least I know where to start looking to solve the problem).</p>
<p>Thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/01/mysql-call-for-help/#comment-7647</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/01/mysql-call-for-help/#comment-7647</guid>
		<description>Just putting this here for my future reference... to reset the auto-increment in a table, do this:
ALTER TABLE tbl_name AUTO_INCREMENT = 1;</description>
		<content:encoded><![CDATA[<p>Just putting this here for my future reference&#8230; to reset the auto-increment in a table, do this:<br />
ALTER TABLE tbl_name AUTO_INCREMENT = 1;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/01/mysql-call-for-help/#comment-7645</link>
		<dc:creator>k</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/01/mysql-call-for-help/#comment-7645</guid>
		<description>try this:

mysql_select_db($dbName) or die (mysql_error()) ;

That should give you the mysql error, and it might help.  Also, the @ before a function supresses any error messages that might otherwise result.  Also add the mysql_error() to the other mysql functions you use - it could be that the error is occuring before hand</description>
		<content:encoded><![CDATA[<p>try this:</p>
<p>mysql_select_db($dbName) or die (mysql_error()) ;</p>
<p>That should give you the mysql error, and it might help.  Also, the @ before a function supresses any error messages that might otherwise result.  Also add the mysql_error() to the other mysql functions you use - it could be that the error is occuring before hand</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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