<?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>Nil Infobin</title>
	<atom:link href="http://nilinfobin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nilinfobin.com</link>
	<description>About Technologies</description>
	<lastBuildDate>Tue, 30 Oct 2012 10:02:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to install Canon MP287 scanner in ubuntu 12.04</title>
		<link>http://nilinfobin.com/2012/10/how-to-install-canon-mp287-scanner-in-ubuntu-12-04/</link>
		<comments>http://nilinfobin.com/2012/10/how-to-install-canon-mp287-scanner-in-ubuntu-12-04/#comments</comments>
		<pubDate>Tue, 30 Oct 2012 10:02:04 +0000</pubDate>
		<dc:creator>nilinfobin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Canon MP287]]></category>
		<category><![CDATA[Canon MP287 scanner in ubuntu 12.04]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>

		<guid isPermaLink="false">http://nilinfobin.com/?p=974</guid>
		<description><![CDATA[It&#8217;s bit tricky but easy to install. Download both printer/scanner deb packages from below location: http://support-in.canon-asia.com/contents/IN/EN/0100301402.html http://support-in.canon-asia.com/contents/IN/EN/0100302702.html Untar and install .deb packages in ubuntu. You can also install by running ./install.sh i.e tar -xzvf cnijfilter-mp280series-3.40-1-deb.tar.gz cd cnijfilter-mp280* ./install.sh Now, check that your scanner is being detected or not. shell$ sane-find-scanner   # sane-find-scanner will now <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://nilinfobin.com/2012/10/how-to-install-canon-mp287-scanner-in-ubuntu-12-04/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<wfw:commentRss>http://nilinfobin.com/2012/10/how-to-install-canon-mp287-scanner-in-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different type of threads used by MySQL</title>
		<link>http://nilinfobin.com/2012/04/different-type-of-threads-used-by-mysql/</link>
		<comments>http://nilinfobin.com/2012/04/different-type-of-threads-used-by-mysql/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 10:55:26 +0000</pubDate>
		<dc:creator>nilnandan</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql thread]]></category>
		<category><![CDATA[threads in mysql]]></category>
		<category><![CDATA[type of threads in mysql]]></category>

		<guid isPermaLink="false">http://nilinfobin.com/?p=947</guid>
		<description><![CDATA[MySQL uses different type of threads for running specific utilities like mysql_install_db, flushes MyISAM tables, Replication, TCP/IP sockets etc. All threads can run with four different priorities like Interrupt, connect, wait and query priorities. Different types of threads are: The main thread : This one is created by MySQL client normally, this will be one <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://nilinfobin.com/2012/04/different-type-of-threads-used-by-mysql/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<wfw:commentRss>http://nilinfobin.com/2012/04/different-type-of-threads-used-by-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqldiskusage &#8211; to see database disk usage by MySQL Workbench</title>
		<link>http://nilinfobin.com/2012/04/mysqldiskusage-to-see-database-disk-usage-by-mysql-workbench/</link>
		<comments>http://nilinfobin.com/2012/04/mysqldiskusage-to-see-database-disk-usage-by-mysql-workbench/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 09:52:07 +0000</pubDate>
		<dc:creator>nilnandan</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL 5.1]]></category>
		<category><![CDATA[mysql workbench]]></category>
		<category><![CDATA[mysqldiskusage]]></category>

		<guid isPermaLink="false">http://nilinfobin.com/?p=928</guid>
		<description><![CDATA[As we know, MySQL workbench is excellent GUI tool for managing MySQL DB servers, creating ERDs (Data Modelling) and for sql development. But with this GUI tool, we are getting some command-line utilities too like mysqldiskusage, mysqlindexcheck, mysqlfailover, mysqldiff, mysqldbcompare etc., Here, I&#8217;m describing mysqldiskusage utility, which is not only displays mysql db usage but <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://nilinfobin.com/2012/04/mysqldiskusage-to-see-database-disk-usage-by-mysql-workbench/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<wfw:commentRss>http://nilinfobin.com/2012/04/mysqldiskusage-to-see-database-disk-usage-by-mysql-workbench/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>mysqlslap &#8211; to check client load in MySQL 5.1</title>
		<link>http://nilinfobin.com/2012/04/mysqlslap-to-check-client-load-in-mysql-5-1/</link>
		<comments>http://nilinfobin.com/2012/04/mysqlslap-to-check-client-load-in-mysql-5-1/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 11:10:33 +0000</pubDate>
		<dc:creator>nilnandan</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[benchmarking in mysql]]></category>
		<category><![CDATA[load testing in mysql]]></category>
		<category><![CDATA[MySQL 5.1]]></category>
		<category><![CDATA[mysqlslap]]></category>

		<guid isPermaLink="false">http://nilinfobin.com/?p=923</guid>
		<description><![CDATA[mysqlslap is native mysql utility to check client load in MySQL server. It&#8217;s introduced in MySQl 5.1. It seems very useful as it has lots of options to check load of your server by running different kind of queries with specific iterations, specific concurrency. Output will give you how much max/min/avg  time has been taken <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://nilinfobin.com/2012/04/mysqlslap-to-check-client-load-in-mysql-5-1/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<wfw:commentRss>http://nilinfobin.com/2012/04/mysqlslap-to-check-client-load-in-mysql-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>slow_log and general_log tables in MySQL 5.1</title>
		<link>http://nilinfobin.com/2012/03/slow_log-and-general_log-tables-in-mysql-5-1/</link>
		<comments>http://nilinfobin.com/2012/03/slow_log-and-general_log-tables-in-mysql-5-1/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 11:10:31 +0000</pubDate>
		<dc:creator>nilnandan</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[general log]]></category>
		<category><![CDATA[MySQL 5.1]]></category>
		<category><![CDATA[slow log]]></category>

		<guid isPermaLink="false">http://nilinfobin.com/?p=916</guid>
		<description><![CDATA[&#8220;Server log tables&#8221; is one of the finest feature in MySQL 5.1 version but It looks like people are not using this feature regularly or perhaps they are happy with files only. Here, I&#8217;m explaining how we can enable that feature, use it and how it will be helpful for filtering the required statements in <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://nilinfobin.com/2012/03/slow_log-and-general_log-tables-in-mysql-5-1/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<wfw:commentRss>http://nilinfobin.com/2012/03/slow_log-and-general_log-tables-in-mysql-5-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Communication protocols in MySQL</title>
		<link>http://nilinfobin.com/2012/02/communication-protocols-in-mysql/</link>
		<comments>http://nilinfobin.com/2012/02/communication-protocols-in-mysql/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 10:29:25 +0000</pubDate>
		<dc:creator>nilnandan</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Communication protocols in MySQL]]></category>

		<guid isPermaLink="false">http://nilinfobin.com/?p=861</guid>
		<description><![CDATA[Generally, MySQL supports connections between clients and the server using several networking protocols. Below are the main protocols which are used by client to connect with MySQL server. TCP/IP Unix socket file Named pipe Shared memory TCP/IP connections are supported by any MySQL server unless the server is started with the &#8211;skip-networking option. These connections <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://nilinfobin.com/2012/02/communication-protocols-in-mysql/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<wfw:commentRss>http://nilinfobin.com/2012/02/communication-protocols-in-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Event scheduler in MySQL 5.1</title>
		<link>http://nilinfobin.com/2012/02/event-scheduler-in-mysql-5-1/</link>
		<comments>http://nilinfobin.com/2012/02/event-scheduler-in-mysql-5-1/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 08:53:11 +0000</pubDate>
		<dc:creator>nilnandan</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[event in mysql]]></category>
		<category><![CDATA[event scheduler]]></category>
		<category><![CDATA[MySQL 5.1]]></category>
		<category><![CDATA[mysql and event]]></category>
		<category><![CDATA[mysql-tutorial]]></category>

		<guid isPermaLink="false">http://nilinfobin.com/?p=801</guid>
		<description><![CDATA[I just recently used Event scheduler which was the major feature in MySQL 5.1 version. Its very much similar to the linux crontab functionality. MySQL Event is nothing but a bunch of statements which we can run on specific schedule. When you will create any event, its just a database object like table, view or <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://nilinfobin.com/2012/02/event-scheduler-in-mysql-5-1/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<wfw:commentRss>http://nilinfobin.com/2012/02/event-scheduler-in-mysql-5-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Some guidelines for MySQL security</title>
		<link>http://nilinfobin.com/2012/01/some-guidelines-for-mysql-security/</link>
		<comments>http://nilinfobin.com/2012/01/some-guidelines-for-mysql-security/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:16:19 +0000</pubDate>
		<dc:creator>nilnandan</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql and security]]></category>
		<category><![CDATA[mysql-tutorial]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security in mysql]]></category>

		<guid isPermaLink="false">http://nilinfobin.com/?p=790</guid>
		<description><![CDATA[Don&#8217;t share root user password and mysql.user table acess with anyone till you have full trust on it. Because that encrypted password is real password in MySQL so if anyone knows that than he/she can easily login with any user if he has access to his host. Check with &#8220;mysql -uroot &#8221; command, If you <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://nilinfobin.com/2012/01/some-guidelines-for-mysql-security/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<wfw:commentRss>http://nilinfobin.com/2012/01/some-guidelines-for-mysql-security/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk
Object Caching 900/1032 objects using disk

 Served from: nilinfobin.com @ 2013-05-23 19:54:55 by W3 Total Cache -->