<?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/tag/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] 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>[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress</title>
		<link>http://www.absolutelytech.com/2010/06/19/solvederror-establishing-a-database-connection-in-wordpress/</link>
		<comments>http://www.absolutelytech.com/2010/06/19/solvederror-establishing-a-database-connection-in-wordpress/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 01:44:45 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=413</guid>
		<description><![CDATA[One of my clients got this error in his wordpress: Error establishing a database connection It is one of those vague errors which give very little information about what caused it. On going to /wp-admin, it gave error: One or more database tables are unavailable. The database may need to be repaired. I added &#8220;define(&#8216;WP_ALLOW_REPAIR&#8217;, [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/02/13/solved-error-saving-media-attachment-error-in-wordpress/' rel='bookmark' title='[Solved] &#8220;Error saving media attachment.&#8221; error in WordPress'>[Solved] &#8220;Error saving media attachment.&#8221; error in WordPress</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/12/20/solved-error-at-offset-error-in-unserialize/' rel='bookmark' title='[SOLVED] &#8216;Error at offset&#8217; error in unserialize()'>[SOLVED] &#8216;Error at offset&#8217; error in unserialize()</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/06/19/solvederror-establishing-a-database-connection-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error</title>
		<link>http://www.absolutelytech.com/2010/06/19/solved-cant-connect-to-local-mysql-server-through-socket-error/</link>
		<comments>http://www.absolutelytech.com/2010/06/19/solved-cant-connect-to-local-mysql-server-through-socket-error/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 01:30:49 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[maverick meerkat]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[socket]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=411</guid>
		<description><![CDATA[Yesterday I got the error: ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/var/run/mysqld/mysqld.sock&#8217; (2) when I ran the command mysql through terminal in Ubuntu 10.10 This error can also be linked to error in phpmyadmin: Connection for controluser as defined in your configuration failed. I figured out it was due to [...]


Related posts:<ol><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>
<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/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>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/06/19/solved-cant-connect-to-local-mysql-server-through-socket-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOW-TO] Back up all MySQL databases</title>
		<link>http://www.absolutelytech.com/2010/04/06/how-to-back-up-all-mysql-databases/</link>
		<comments>http://www.absolutelytech.com/2010/04/06/how-to-back-up-all-mysql-databases/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 03:30:29 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=349</guid>
		<description><![CDATA[To backup all or some of your MySQL databases, you&#8217;ll need mysqldump which comes bundled with mysql. If you have MySQL installed, you probably have mysqldump installed already. To backup all databases use the following command: In linux: mysqldump -uroot -ppassword &#45;&#45;all-databases &#124; gzip > /media/disk-2/db.sql.gz In Windows: mysqldump -uroot -ppassword &#45;&#45;all-databases > db.sql This [...]


Related posts:<ol><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>
<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>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/04/06/how-to-back-up-all-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOW-TO] Converting case in MySQL</title>
		<link>http://www.absolutelytech.com/2010/03/29/how-to-converting-first-letter-to-upper-case-in-mysql/</link>
		<comments>http://www.absolutelytech.com/2010/03/29/how-to-converting-first-letter-to-upper-case-in-mysql/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:42:11 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[converting case]]></category>
		<category><![CDATA[insert into]]></category>
		<category><![CDATA[lower]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[upper]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=332</guid>
		<description><![CDATA[I had been wondering this for few days. I wanted a solution which could comvert first letter of text in some fields to uppercase and the rest to lower. I got time today and experimented a bit and found a very simple solution. CREATE TABLE `temp_users` ( `fname` VARCHAR( 50 ) NOT NULL `email` VARCHAR( [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/08/20/get-auto-increment-value-from-mysql-table/' rel='bookmark' title='Get Auto Increment value from MySQL table'>Get Auto Increment value from MySQL table</a></li>
<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/2009/05/31/gmail-inbox-full-now-what-ive-a-solution/' rel='bookmark' title='[HowTo] Forward all gmail mails to new address when you&#8217;ve run out of space'>[HowTo] Forward all gmail mails to new address when you&#8217;ve run out of space</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/03/29/how-to-converting-first-letter-to-upper-case-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Solution to &#8220;MySQL Server Has Gone Away&#8221; Problem</title>
		<link>http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/</link>
		<comments>http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 10:25:42 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/</guid>
		<description><![CDATA[Seriously guys, I got this error and I was laughing hard. The error is just too funny, don’t you think? Yes, it is but not for developers like me. Problem to this error is almost undetectable and there are more than a dozen reasons as to why this occurs and this often baffles developers. This [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/08/20/get-auto-increment-value-from-mysql-table/' rel='bookmark' title='Get Auto Increment value from MySQL table'>Get Auto Increment value from MySQL table</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/06/19/solvederror-establishing-a-database-connection-in-wordpress/' rel='bookmark' title='[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress'>[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/feed/</wfw:commentRss>
		<slash:comments>20</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 21/106 queries in 0.692 seconds using apc
Object Caching 3345/3422 objects using apc

Served from: www.absolutelytech.com @ 2012-02-08 08:00:16 -->
