<?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>database Archives - BinaryTides</title>
	<atom:link href="https://www.binarytides.com/tag/database-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/tag/database-2/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Sun, 26 Jul 2020 06:58:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Mysql autoincrement column that resets every month</title>
		<link>https://www.binarytides.com/mysql-autoincrement-column-that-resets-every-month/</link>
					<comments>https://www.binarytides.com/mysql-autoincrement-column-that-resets-every-month/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sat, 22 Oct 2011 10:17:20 +0000</pubDate>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=558</guid>

					<description><![CDATA[<p>The autoincrement feature in mysql allows us to create numeric fields that automatically increment by 1 for every row inserted. It does it atomically so we don't have to worry about any duplicates or collision. However, there are situations when we need an autoincrement field to reset at regular intervals like every month or so.... <span class="read-more"><a href="https://www.binarytides.com/mysql-autoincrement-column-that-resets-every-month/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/mysql-autoincrement-column-that-resets-every-month/">Mysql autoincrement column that resets every month</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/mysql-autoincrement-column-that-resets-every-month/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Import mysql dump files with view definer and sql security</title>
		<link>https://www.binarytides.com/mysql-view-definer-and-sql-security/</link>
					<comments>https://www.binarytides.com/mysql-view-definer-and-sql-security/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sat, 22 Aug 2009 11:08:58 +0000</pubDate>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=187</guid>

					<description><![CDATA[<p>Views and mysqldump A little back I tried to backup a database from my webhost and restore it on my localhost mysql. It had a few views. The import of the sql file seemed to work fine. But on accessing the views in phpmyadmin mysql gave the error : #1449 - There is no &#039;projects&#039;@&#039;localhost&#039;... <span class="read-more"><a href="https://www.binarytides.com/mysql-view-definer-and-sql-security/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/mysql-view-definer-and-sql-security/">Import mysql dump files with view definer and sql security</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/mysql-view-definer-and-sql-security/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
