<?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>..::CHANGE is INEVITABLE::.. &#187; MySQL</title>
	<atom:link href="http://kedar.nitty-witty.com/blog/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://kedar.nitty-witty.com/blog</link>
	<description>Kedar&#039;s Blog for MySQL and more</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:32:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Access Control in MySQL Stored Routines: DEFINER, INVOKER &amp; SQL SECURITY</title>
		<link>http://kedar.nitty-witty.com/blog/access-control-in-mysql-stored-routines-by-example-definer-invoker-sql-security</link>
		<comments>http://kedar.nitty-witty.com/blog/access-control-in-mysql-stored-routines-by-example-definer-invoker-sql-security#comments</comments>
		<pubDate>Mon, 30 Jan 2012 16:29:03 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Acess Control]]></category>
		<category><![CDATA[Definer]]></category>
		<category><![CDATA[Invoker]]></category>
		<category><![CDATA[mysql stored procedure]]></category>
		<category><![CDATA[MySQL Stored Routines]]></category>
		<category><![CDATA[SQL SECURITY]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=1703</guid>
		<description><![CDATA[MySQL Stored Routines (functions and procedures) are not only used for improving performance but also they&#8217;re handy when it comes to enhancing security and restricting user access. This post briefs...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/access-control-in-mysql-stored-routines-by-example-definer-invoker-sql-security/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escaping &#8220;Lesson Learned&#8221; dealing with MySQL Databases &amp; Case Sensitiviy</title>
		<link>http://kedar.nitty-witty.com/blog/escaping-lesson-learned-dealing-with-mysql-databases-case-sensitiviy</link>
		<comments>http://kedar.nitty-witty.com/blog/escaping-lesson-learned-dealing-with-mysql-databases-case-sensitiviy#comments</comments>
		<pubDate>Mon, 06 Dec 2010 09:16:54 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Datatabase]]></category>
		<category><![CDATA[lower_case_table_names]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=1424</guid>
		<description><![CDATA[Do you ever need to transfer databases between servers? Different OSes? Two common ways of data migration: 1. Create mysqldump and load it. 2. File transfer using SCP. Case Sensitivity...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/escaping-lesson-learned-dealing-with-mysql-databases-case-sensitiviy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using LOAD DATA INFILE with Stored Procedure Workaround-MySQL</title>
		<link>http://kedar.nitty-witty.com/blog/using-load-data-infile-with-stored-procedure-workaround-mysql</link>
		<comments>http://kedar.nitty-witty.com/blog/using-load-data-infile-with-stored-procedure-workaround-mysql#comments</comments>
		<pubDate>Tue, 30 Nov 2010 06:58:36 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[load data]]></category>
		<category><![CDATA[mysql_udf]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[sys_exec]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=1384</guid>
		<description><![CDATA[Okay! So here we will use Load Data syntax to load file into MySQL Server in a Stored procedure. Yep! It&#8217;s a workaround. Download MySQL UDF: [root@localhost kedar]# wget http://www.mysqludf.org/lib_mysqludf_sys/lib_mysqludf_sys_0.0.3.tar.gz...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/using-load-data-infile-with-stored-procedure-workaround-mysql/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>10 Steps: MySQL Monitoring through Nagios: Install &amp; Configure</title>
		<link>http://kedar.nitty-witty.com/blog/10-steps-mysql-monitoring-nagios-installation-configuration</link>
		<comments>http://kedar.nitty-witty.com/blog/10-steps-mysql-monitoring-nagios-installation-configuration#comments</comments>
		<pubDate>Thu, 18 Nov 2010 10:42:52 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[database monitoring]]></category>
		<category><![CDATA[install nagio step by step]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[nagios]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=1348</guid>
		<description><![CDATA[Nagios is a powerful monitoring system and here we will learn how to monitor MySQL through Nagios. We will be installing Nagios, required plugins and configuring it to monitor MySQL...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/10-steps-mysql-monitoring-nagios-installation-configuration/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing MySQL On Mac OS X (Darwin Kernel)</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-installation-on-mac-os-x-darwin-kernel</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-installation-on-mac-os-x-darwin-kernel#comments</comments>
		<pubDate>Thu, 28 Oct 2010 14:43:16 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Darvin Kernel]]></category>
		<category><![CDATA[Install MySQL on Mac]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=1112</guid>
		<description><![CDATA[Recently I happen to install MySQL on Mac OS X (Darvin Kernel).  Below are the quick 5 steps to accomplish the task. Step 1: Check Mac Version Very first step...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-installation-on-mac-os-x-darwin-kernel/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Function to Convert Date To Words</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-function-to-convert-date-to-words</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-function-to-convert-date-to-words#comments</comments>
		<pubDate>Thu, 16 Sep 2010 13:08:24 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[convert date to words]]></category>
		<category><![CDATA[date to words]]></category>
		<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=1081</guid>
		<description><![CDATA[Recently I saw a MySQL Stored Function requirement on Experts-Exchange for converting date into some specific words format. You may find MySQL function for date to words conversion online; even...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-function-to-convert-date-to-words/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MySQL Stored procedure to Generate-Extract Insert Statement</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-to-generate-extract-insert-statement</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-to-generate-extract-insert-statement#comments</comments>
		<pubDate>Wed, 05 May 2010 11:14:28 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=888</guid>
		<description><![CDATA[A lot of places I saw people asking for ways to generate Insert statements. We do have GUI Tools which can extract insert statements for us readily. of the time...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-to-generate-extract-insert-statement/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MySQL Load Data Infile Syntax Generator Tool Download</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-load-data-infile-syntax-generator-tool</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-load-data-infile-syntax-generator-tool#comments</comments>
		<pubDate>Thu, 08 Apr 2010 07:30:28 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Load Data Syntax]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=754</guid>
		<description><![CDATA[The LOAD DATA INFILE statement reads rows from a text file into a table at a very high speed. The file name must be given as a literal string. I...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-load-data-infile-syntax-generator-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL related file types and basic information</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-related-file-types-and-basic-information</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-related-file-types-and-basic-information#comments</comments>
		<pubDate>Mon, 29 Mar 2010 18:13:14 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[mysql data files]]></category>
		<category><![CDATA[Mysql Files]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=726</guid>
		<description><![CDATA[This post covers the basic information of files that MySQL Server uses / creates for various tasks. my.cnf : It is the main configuration file for MySQL. You may find...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-related-file-types-and-basic-information/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SQL syntax with /*! c-style comments in MySQLdump</title>
		<link>http://kedar.nitty-witty.com/blog/sql-syntax-with-c-style-comments-in-mysqldump</link>
		<comments>http://kedar.nitty-witty.com/blog/sql-syntax-with-c-style-comments-in-mysqldump#comments</comments>
		<pubDate>Thu, 11 Mar 2010 12:57:24 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[c-style comments in mysqldump]]></category>
		<category><![CDATA[comments]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=667</guid>
		<description><![CDATA[In mysql we have &#8212; , /* and /*! comments.  This post is mainly about very basic c-style comments. /*! : C-Style comments in MySQL We normally see comments in...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/sql-syntax-with-c-style-comments-in-mysqldump/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ideas for select all columns but one mysql stored procedure</title>
		<link>http://kedar.nitty-witty.com/blog/ideas-for-select-all-columns-but-one-mysql-stored-procedure</link>
		<comments>http://kedar.nitty-witty.com/blog/ideas-for-select-all-columns-but-one-mysql-stored-procedure#comments</comments>
		<pubDate>Fri, 05 Mar 2010 13:35:40 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[select all but one]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=649</guid>
		<description><![CDATA[Assume we&#8217;ve a table with 100 rows and we need to select all columns but one. The problem is headache of actually typing out all 99 required columns!! Solutions /...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/ideas-for-select-all-columns-but-one-mysql-stored-procedure/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 useful MySQL Command Options-pager-prompt-rehash-tee-system</title>
		<link>http://kedar.nitty-witty.com/blog/5-useful-mysql-command-options-pager-prompt-rehash-tee-system</link>
		<comments>http://kedar.nitty-witty.com/blog/5-useful-mysql-command-options-pager-prompt-rehash-tee-system#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:34:40 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[command options]]></category>
		<category><![CDATA[mysql command options]]></category>
		<category><![CDATA[MySQL Commandline]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=638</guid>
		<description><![CDATA[There are set of commands that MySQL itself interprets. You may use &#8220;help&#8221; or &#8220;\h&#8221; at the mysql&#62; prompt to list them. Below are the 5 most useful MySQL Command...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/5-useful-mysql-command-options-pager-prompt-rehash-tee-system/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyDumpSplitter-Extract tables from Mysql dump-shell script</title>
		<link>http://kedar.nitty-witty.com/blog/mydumpsplitter-extract-tables-from-mysql-dump-shell-script</link>
		<comments>http://kedar.nitty-witty.com/blog/mydumpsplitter-extract-tables-from-mysql-dump-shell-script#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:05:57 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql dump splitter]]></category>
		<category><![CDATA[mysqldumpsplitter]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[split mysql dump]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=523</guid>
		<description><![CDATA[A lot of articles have been written on splitting mysqldump and grab required tables. Long back when Shlomi had suggested a &#8220;sed&#8221; way, I actually shell scripted it, and now...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mydumpsplitter-extract-tables-from-mysql-dump-shell-script/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Stored procedure to add-remove prefix by rename table mysql</title>
		<link>http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql</link>
		<comments>http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql#comments</comments>
		<pubDate>Mon, 08 Feb 2010 08:56:19 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=472</guid>
		<description><![CDATA[Here is one more procedure &#8211; (this time) for mass renaming of table. Adding and Removing table-name prefixes A friend of mine was renaming 100+ tables by using replace methods...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Load Delimited Data (csv, excel) into MySQL Server</title>
		<link>http://kedar.nitty-witty.com/blog/load-delimited-data-csv-excel-into-mysql-server</link>
		<comments>http://kedar.nitty-witty.com/blog/load-delimited-data-csv-excel-into-mysql-server#comments</comments>
		<pubDate>Mon, 11 Jan 2010 06:41:55 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[load CSV]]></category>
		<category><![CDATA[load data]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=440</guid>
		<description><![CDATA[Loading csv or delimited data files to MySQL database is a very common task frequently questioned about and almost everytime LOAD DATA INFILE come into rescue. Here we will try...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/load-delimited-data-csv-excel-into-mysql-server/feed</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>Petition &#8211; Help saving MySQL &#8211; II</title>
		<link>http://kedar.nitty-witty.com/blog/petition-help-saving-mysql-ii</link>
		<comments>http://kedar.nitty-witty.com/blog/petition-help-saving-mysql-ii#comments</comments>
		<pubDate>Tue, 29 Dec 2009 05:21:28 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=377</guid>
		<description><![CDATA[Recently Monty has posted again and I completely convinced with whatever Monty has conveyed now or earlier. The explainations he has provided under self-interview, I find sensible enough. I did participated the help-saving-mysql campaign...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/petition-help-saving-mysql-ii/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Memory Usage Limits on 32 bit Linux</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-memory-usage-limits-on-32-bit-linux-os</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-memory-usage-limits-on-32-bit-linux-os#comments</comments>
		<pubDate>Fri, 18 Dec 2009 00:34:50 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=321</guid>
		<description><![CDATA[I’m having RHEL 5 (32-bit) and MySQL-5. I was trying to check how much is the Memory Utilization limits for MySQL 5 on 32bit OS. We can easily calculate the...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-memory-usage-limits-on-32-bit-linux-os/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Certification Free Retake: Get TWO chances to get MySQL Certified</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-certification-free-retake-get-two-chances-to-get-mysql-certified</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-certification-free-retake-get-two-chances-to-get-mysql-certified#comments</comments>
		<pubDate>Tue, 15 Dec 2009 06:26:52 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=349</guid>
		<description><![CDATA[Recently MySQL has offered MySQL Certification Free Retake on both DBA or Developer Certifications for a limited time. For MySQL Certifications: 1. MySQL 5.0 Data Base Administrator Certification (SCMDBA) -...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-certification-free-retake-get-two-chances-to-get-mysql-certified/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monty: Help Saving MySQL &#8211; The Oracle &amp; EC</title>
		<link>http://kedar.nitty-witty.com/blog/monty-help-saving-mysql-the-oracle-ec</link>
		<comments>http://kedar.nitty-witty.com/blog/monty-help-saving-mysql-the-oracle-ec#comments</comments>
		<pubDate>Mon, 14 Dec 2009 06:46:16 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=341</guid>
		<description><![CDATA[We all are aware about the acquisition happened to MySQL; Sun and now Oracle. A common understanding tells me that a business will always seek profit; so will Oracle. And...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/monty-help-saving-mysql-the-oracle-ec/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stored procedure to Find database objects</title>
		<link>http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects</link>
		<comments>http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects#comments</comments>
		<pubDate>Sat, 05 Dec 2009 15:13:34 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=311</guid>
		<description><![CDATA[This procedure lists available database objects under passed database name. It lists present Tables, Views, Stored Procedures, Functions and Triggers under particular database. It also lists storage engine of tables....]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Stored procedure – Split Delimited string into Rows</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-split-delimited-string-into-rows</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-split-delimited-string-into-rows#comments</comments>
		<pubDate>Sat, 05 Dec 2009 19:58:35 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[split delimited string]]></category>
		<category><![CDATA[split string]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[string to rows]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=290</guid>
		<description><![CDATA[This procedure will split  a “;” separated column in to new fields preserving ids. This is very specific problem, lets check it with example. Consider a sample table test: And...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-split-delimited-string-into-rows/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>MySQL Stored procedure – Execute query if table or Column exists</title>
		<link>http://kedar.nitty-witty.com/blog/stored-procedure-execute-query-if-table-or-column-exists</link>
		<comments>http://kedar.nitty-witty.com/blog/stored-procedure-execute-query-if-table-or-column-exists#comments</comments>
		<pubDate>Sat, 05 Dec 2009 19:42:01 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Create table if exists]]></category>
		<category><![CDATA[execute query if exists]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=287</guid>
		<description><![CDATA[Well procedures mainly carried out working with information schema and it&#8217;s usage in stored procedure. Procedures are fairly simple and easy to understand. 1. Edit_table – following procedure executes queries to...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/stored-procedure-execute-query-if-table-or-column-exists/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL master master replication monitor with php code</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-master-master-replication-monitor-with-php-code</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-master-master-replication-monitor-with-php-code#comments</comments>
		<pubDate>Fri, 04 Dec 2009 19:26:52 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[mysql replication monitoring]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=271</guid>
		<description><![CDATA[For monitoring replication we know a lot of tools and codes &#8211; but this one is different because I wrote it Well this is fairly simple php code for monitoring...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-master-master-replication-monitor-with-php-code/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calculate Mysql Memory Usage – Quick Stored Proc</title>
		<link>http://kedar.nitty-witty.com/blog/calculte-mysql-memory-usage-quick-stored-proc</link>
		<comments>http://kedar.nitty-witty.com/blog/calculte-mysql-memory-usage-quick-stored-proc#comments</comments>
		<pubDate>Mon, 16 Nov 2009 21:41:28 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[calculate mysql memory usage]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=227</guid>
		<description><![CDATA[While going through mysql doc and MySQL Server Memory Usage, I noted following quick points regarding how mysql uses memory. We have global buffers which are allocated irrespective of connections...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/calculte-mysql-memory-usage-quick-stored-proc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled Backup MySQL Administrator &amp; Windows Scheduler – Odd</title>
		<link>http://kedar.nitty-witty.com/blog/scheduled-backup-mysql-administrator-windows-scheduler-odd</link>
		<comments>http://kedar.nitty-witty.com/blog/scheduled-backup-mysql-administrator-windows-scheduler-odd#comments</comments>
		<pubDate>Thu, 12 Nov 2009 09:04:35 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Scheduled backup]]></category>
		<category><![CDATA[Scheduled task]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=221</guid>
		<description><![CDATA[Creating scheduled backup using administrator is an easy task. Follow the GUI and you&#8217;re done. But I observed something different! MySQL Version: 5.0.83 Community MySQL Administrator: 1.2.17 Machine: Intel P4,...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/scheduled-backup-mysql-administrator-windows-scheduler-odd/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Monitor multiple mysql replication using php: Updated</title>
		<link>http://kedar.nitty-witty.com/blog/monitor-mysql-replication-using-php</link>
		<comments>http://kedar.nitty-witty.com/blog/monitor-mysql-replication-using-php#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:21:25 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[monitor replication]]></category>
		<category><![CDATA[mysql replication monitor]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[replication monitor in php]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=200</guid>
		<description><![CDATA[Monitoring a replication is an important aspect. As replication includes multiple nodes, it is essential to track activity and status across all mysql servers involved in replication. To monitor replication...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/monitor-mysql-replication-using-php/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Quick Multi MySQL Server Installation with Master-Master Replication on Same Windows Box</title>
		<link>http://kedar.nitty-witty.com/blog/quick-multi-mysql-server-installation-with-master-master-replication-on-same-windows-box</link>
		<comments>http://kedar.nitty-witty.com/blog/quick-multi-mysql-server-installation-with-master-master-replication-on-same-windows-box#comments</comments>
		<pubDate>Wed, 04 Nov 2009 07:56:02 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[master-master]]></category>
		<category><![CDATA[replication]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=33</guid>
		<description><![CDATA[This article is a brief step-by-step tutorial on the subject task which is divided into the following main parts: Installing two MySQL Server Instances Setting up master-slave replication Setting up...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/quick-multi-mysql-server-installation-with-master-master-replication-on-same-windows-box/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replication slave lag monitoring using heartbeat and windows batch scripts</title>
		<link>http://kedar.nitty-witty.com/blog/replication-slave-lag-monitoring-using-heartbeat-and-windows-batch-scripts</link>
		<comments>http://kedar.nitty-witty.com/blog/replication-slave-lag-monitoring-using-heartbeat-and-windows-batch-scripts#comments</comments>
		<pubDate>Wed, 04 Nov 2009 07:54:07 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[master-master]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[replication]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=30</guid>
		<description><![CDATA[&#8220;Show Slave Status&#8221; command has a last column &#8220;Seconds_Behind_Master&#8221;, which gives us idea about how much time slave is lagging behind master. It is an important to be considered parameter...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/replication-slave-lag-monitoring-using-heartbeat-and-windows-batch-scripts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search-find through all databases, tables, columns in mysql</title>
		<link>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql</link>
		<comments>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql#comments</comments>
		<pubDate>Thu, 29 Oct 2009 08:04:35 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[find in tables]]></category>
		<category><![CDATA[Search in all databases]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=38</guid>
		<description><![CDATA[What will you do if one day some one ask you to find single string in all databases, all tables and in all columns? I just read such question and tried to find...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Problem with Master Master Replication and Auto Increment</title>
		<link>http://kedar.nitty-witty.com/blog/problem-with-master-master-replication-and-auto-increment</link>
		<comments>http://kedar.nitty-witty.com/blog/problem-with-master-master-replication-and-auto-increment#comments</comments>
		<pubDate>Sun, 20 Sep 2009 07:59:11 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Auto Increment]]></category>
		<category><![CDATA[Master Master Replication]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=36</guid>
		<description><![CDATA[Consider we&#8217;ve already set a master-master replication. Now create following table on Server1: CREATE TABLE `temp` ( `id` int(10) NOT NULL auto_increment, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/problem-with-master-master-replication-and-auto-increment/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upload Image to MySQL using PHP</title>
		<link>http://kedar.nitty-witty.com/blog/upload-image-to-mysql-using-php</link>
		<comments>http://kedar.nitty-witty.com/blog/upload-image-to-mysql-using-php#comments</comments>
		<pubDate>Fri, 30 Jan 2009 07:44:22 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Image upload mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=23</guid>
		<description><![CDATA[Upload Image to MySQL using PHP As a new-bie to php/mysql, I tried different stuffs. So here I&#8217;m with my php code for Image Upload to MySQL. Its a quite...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/upload-image-to-mysql-using-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference MyISAM and InnoDB Storage Engines Mysql</title>
		<link>http://kedar.nitty-witty.com/blog/difference-myisam-and-innodb-storage-engines-mysql</link>
		<comments>http://kedar.nitty-witty.com/blog/difference-myisam-and-innodb-storage-engines-mysql#comments</comments>
		<pubDate>Sun, 04 Jan 2009 09:55:50 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Difference MyISAM and InnoDB]]></category>
		<category><![CDATA[storage engine]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=15</guid>
		<description><![CDATA[MyISAM InnoDB Default since version 3.23 Relatively newer Files storage: FRM: table definition, MYD: Actual Data MYI: Index File FRM: table definition .ibd file (concept of table space) or single...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/difference-myisam-and-innodb-storage-engines-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing between MyISAM and INNODB – MySQL Storage Engines</title>
		<link>http://kedar.nitty-witty.com/blog/choosing-between-myisam-and-innodb-%e2%80%93-mysql-storage-engines</link>
		<comments>http://kedar.nitty-witty.com/blog/choosing-between-myisam-and-innodb-%e2%80%93-mysql-storage-engines#comments</comments>
		<pubDate>Thu, 01 Jan 2009 07:46:24 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MyISAM and InnoDB]]></category>
		<category><![CDATA[storage engine]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=26</guid>
		<description><![CDATA[After reading at a lot of places for the the single repeatative question, &#8220;What engine shall I choose &#8211; MyISAM or Innodb?&#8221;, this is what I&#8217;ve got. Following are points...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/choosing-between-myisam-and-innodb-%e2%80%93-mysql-storage-engines/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl Script for Analyze &#8211; Optimize &#8211; Repair Mysql Databases</title>
		<link>http://kedar.nitty-witty.com/blog/perl-script-for-analyze-optimize-repair-mysql-databases</link>
		<comments>http://kedar.nitty-witty.com/blog/perl-script-for-analyze-optimize-repair-mysql-databases#comments</comments>
		<pubDate>Thu, 01 Jan 2009 02:08:23 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=20</guid>
		<description><![CDATA[The perl script is mainly created to avoid manual Mysql Server Maintenance. The script uses Perl module DBI. You need to provide access credentials and database name(optional). Regarding Analyse, Optimize...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/perl-script-for-analyze-optimize-repair-mysql-databases/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using MySQLTuner – MySQL Optimization Tool</title>
		<link>http://kedar.nitty-witty.com/blog/using-mysqltuner-mysql-optimization-tool</link>
		<comments>http://kedar.nitty-witty.com/blog/using-mysqltuner-mysql-optimization-tool#comments</comments>
		<pubDate>Thu, 01 Jan 2009 07:34:38 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqltuner]]></category>
		<category><![CDATA[using mysqltuner]]></category>
		<category><![CDATA[wget mysqltuner]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=18</guid>
		<description><![CDATA[MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/using-mysqltuner-mysql-optimization-tool/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

