<?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>Absolutely Tech &#187; MySQL</title>
	<atom:link href="http://www.absolutelytech.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.absolutelytech.com</link>
	<description>Yes!! Its absolutely tech...</description>
	<lastBuildDate>Wed, 28 Sep 2011 10:31:26 +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>[HowTo] Stop phpmyadmin from asking username, password in localhost</title>
		<link>http://www.absolutelytech.com/2011/03/27/howto-stop-phpmyadmin-from-asking-username-password-in-localhost/</link>
		<comments>http://www.absolutelytech.com/2011/03/27/howto-stop-phpmyadmin-from-asking-username-password-in-localhost/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 03:22:32 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=1003</guid>
		<description><![CDATA[Yesterday, I showed you how you can keep local installation of phpmyadmin from logging you out every few minutes. I took one more step and edited configuration to not ask me username, password at all. Now phpmyadmin never asks me for mysql username and password. Keep in mind if you follow this tutorial anyone would [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/' rel='bookmark' title='[HOWTO] Use local phpmyadmin with remote MySQL'>[HOWTO] Use local phpmyadmin with remote MySQL</a></li>
<li><a href='http://www.absolutelytech.com/2011/03/26/howto-extend-login-expiration-for-phpmyadmin/' rel='bookmark' title='[HowTo] Extend phpmyadmin session expiration time'>[HowTo] Extend phpmyadmin session expiration time</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/' rel='bookmark' title='[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it'>[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2011/03/27/howto-stop-phpmyadmin-from-asking-username-password-in-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HowTo] Extend phpmyadmin session expiration time</title>
		<link>http://www.absolutelytech.com/2011/03/26/howto-extend-login-expiration-for-phpmyadmin/</link>
		<comments>http://www.absolutelytech.com/2011/03/26/howto-extend-login-expiration-for-phpmyadmin/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 09:34:21 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=1004</guid>
		<description><![CDATA[Recently, I got frustrated being logged out every few minutes (24 minutes, to be precise) from phpmyadmin on my localhost. I make some db changes, write some code and when I get back to phpmyadmin, I would see my session had expired. To fix this, I changed the configuration so that my session would expire [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/' rel='bookmark' title='[HOWTO] Use local phpmyadmin with remote MySQL'>[HOWTO] Use local phpmyadmin with remote MySQL</a></li>
<li><a href='http://www.absolutelytech.com/2010/08/02/howto-add-expire-headers-to-cache-static-files-using-htaccess/' rel='bookmark' title='[HowTo] Add expires headers to cache static files using htaccess'>[HowTo] Add expires headers to cache static files using htaccess</a></li>
<li><a href='http://www.absolutelytech.com/2009/10/04/mozilla-firefox-memory-optimization/' rel='bookmark' title='[HowTo] Optimize Mozilla Firefox for better performance'>[HowTo] Optimize Mozilla Firefox for better performance</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2011/03/26/howto-extend-login-expiration-for-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it</title>
		<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/</link>
		<comments>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 05:38:53 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysqld]]></category>
		<category><![CDATA[reset password]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=449</guid>
		<description><![CDATA[To err is human. Humans forget things, MySQL root password is one of those things. However, its not very difficult to reset the root password if you have root access to the machine. The tutorial does seem a bit long because of all the alternate ways to kill and start the mysqld, but trust me [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/19/solved-cant-connect-to-local-mysql-server-through-socket-error/' rel='bookmark' title='[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error'>[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/' rel='bookmark' title='[HOWTO] Use local phpmyadmin with remote MySQL'>[HOWTO] Use local phpmyadmin with remote MySQL</a></li>
<li><a href='http://www.absolutelytech.com/2011/03/27/howto-stop-phpmyadmin-from-asking-username-password-in-localhost/' rel='bookmark' title='[HowTo] Stop phpmyadmin from asking username, password in localhost'>[HowTo] Stop phpmyadmin from asking username, password in localhost</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Use local phpmyadmin with remote MySQL</title>
		<link>http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/</link>
		<comments>http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:33:43 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[phpymadmin]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[remote-mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=426</guid>
		<description><![CDATA[My host recently started allowing remote connections to its mysql database. It was a really useful feature &#8211; I could not change database settings from my own computer. Since it started allowing remote connections from my IP, I could use any mysql client to connect to it. I fired up terminal and tried to connect [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2011/03/27/howto-stop-phpmyadmin-from-asking-username-password-in-localhost/' rel='bookmark' title='[HowTo] Stop phpmyadmin from asking username, password in localhost'>[HowTo] Stop phpmyadmin from asking username, password in localhost</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/19/solved-cant-connect-to-local-mysql-server-through-socket-error/' rel='bookmark' title='[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error'>[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/' rel='bookmark' title='[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it'>[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get Auto Increment value from MySQL table</title>
		<link>http://www.absolutelytech.com/2009/08/20/get-auto-increment-value-from-mysql-table/</link>
		<comments>http://www.absolutelytech.com/2009/08/20/get-auto-increment-value-from-mysql-table/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 09:51:05 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[auto-increment]]></category>
		<category><![CDATA[mysql query]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=157</guid>
		<description><![CDATA[Many a times we require the next Auto Increment value from a MySQL table. Most of the people would do something like this: $query = "Select MAX(id) from users"; $res = mysql_query($query); $row = mysql_fetch_assoc($res); $maxid = $row['MAX(id)']; echo $maxid; This would give correct results but if we delete the latest row, it will start [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/' rel='bookmark' title='Solution to &ldquo;MySQL Server Has Gone Away&rdquo; Problem'>Solution to &ldquo;MySQL Server Has Gone Away&rdquo; Problem</a></li>
<li><a href='http://www.absolutelytech.com/2010/03/29/how-to-converting-first-letter-to-upper-case-in-mysql/' rel='bookmark' title='[HOW-TO] Converting case in MySQL'>[HOW-TO] Converting case in MySQL</a></li>
<li><a href='http://www.absolutelytech.com/2009/09/24/auto-mounting-partitions-at-start-up/' rel='bookmark' title='Auto mounting partitions at start-up in Ubuntu'>Auto mounting partitions at start-up in Ubuntu</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2009/08/20/get-auto-increment-value-from-mysql-table/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 14/71 queries in 0.100 seconds using apc
Object Caching 2211/2260 objects using apc

Served from: www.absolutelytech.com @ 2012-02-08 08:31:22 -->
