<?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; code</title>
	<atom:link href="http://kedar.nitty-witty.com/blog/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://kedar.nitty-witty.com/blog</link>
	<description>kedar.nitty-witty.com</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:10:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My worst mathematical program in perl</title>
		<link>http://kedar.nitty-witty.com/blog/my-worst-mathematical-program/</link>
		<comments>http://kedar.nitty-witty.com/blog/my-worst-mathematical-program/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 12:32:23 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=1016</guid>
		<description><![CDATA[
			
				
			
		
I have a Mathe-crap-matical friend. Who keeps digging into graves of dead formulas and equations and all possible Math related stuffs.
Since I started understanding Mathematics (that it&#8217;s not my cup of tea), I tried to stay away from it.
Now, that enthu creature mailed me his requirement. He says he &#8220;eat mathematics&#8221;, I prefer to stay [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/perl-script-for-analyze-optimize-repair-mysql-databases/' rel='bookmark' title='Permanent Link: Perl Script for Analyze &#8211; Optimize &#8211; Repair Mysql Databases'>Perl Script for Analyze &#8211; Optimize &#8211; Repair Mysql Databases</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/audit-checking-login-history-to-know-who-did-that-on-redhat-linux/' rel='bookmark' title='Permanent Link: Audit-Checking login history-to know WHO DID THAT on Redhat Linux'>Audit-Checking login history-to know WHO DID THAT on Redhat Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/my-worst-mathematical-program/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Java termwork connect Access Database and operations</title>
		<link>http://kedar.nitty-witty.com/blog/java-termwork-connect-access-database-and-operations/</link>
		<comments>http://kedar.nitty-witty.com/blog/java-termwork-connect-access-database-and-operations/#comments</comments>
		<pubDate>Mon, 24 May 2010 10:10:37 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Termwork]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=908</guid>
		<description><![CDATA[
			
				
			
		
Prologue:
Long back there were golden days of post graduation in the &#8220;great&#8221; DDIT (Now Dharamsinh Desai University), Nadiad.
Assignments, termwork and journals or everything similar was in demand &#8211; I attempted a java code as my termwork on Monday, October 03, 2005. [That's created date of .java file, I don't remember anything.]
A &#8220;variable check&#8221; became very [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects/' rel='bookmark' title='Permanent Link: Stored procedure to Find database objects'>Stored procedure to Find database objects</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/java-termwork-connect-access-database-and-operations/feed/</wfw:commentRss>
		<slash:comments>1</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 I choose the MySQLDump way to generate insert statements.
mysqldump -uroot -ppassword &#8211;complete-insert &#8211;no-create-info DATABASE TABLENAME &#62; TABLENAME.sql
But mind is very unstable and hungry, we don&#8217;t stop [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql/' rel='bookmark' title='Permanent Link: Stored procedure to add-remove prefix by rename table mysql'>Stored procedure to add-remove prefix by rename table mysql</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects/' rel='bookmark' title='Permanent Link: Stored procedure to Find database objects'>Stored procedure to Find database objects</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/mysql-stored-procedure-split-delimited-string-into-rows/' rel='bookmark' title='Permanent Link: MySQL Stored procedure &#8211; Split Delimited string into Rows'>MySQL Stored procedure &#8211; Split Delimited string into Rows</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-to-generate-extract-insert-statement/feed/</wfw:commentRss>
		<slash:comments>3</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[Code]]></category>
		<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.
It uses information schema database to gather information and storing in a temporary table.



Usage: call xplore(database-name);
- Procedure will search through information schema for database objects under database-name.
Download Stored [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql/' rel='bookmark' title='Permanent Link: Stored procedure to add-remove prefix by rename table mysql'>Stored procedure to add-remove prefix by rename table mysql</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-execute-query-if-table-or-column-exists/' rel='bookmark' title='Permanent Link: Stored procedure &#8211; Execute query if table or Column exists'>Stored procedure &#8211; Execute query if table or Column exists</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/ideas-for-select-all-columns-but-one-mysql-stored-procedure/' rel='bookmark' title='Permanent Link: Ideas for select all columns but one mysql stored procedure'>Ideas for select all columns but one mysql stored procedure</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Stored procedure &#8211; 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 14:28:35 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[techinical]]></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 we want output as follows:


So again I wrote a procedure.
Procedure will read a data from “tmp” table and will split data by my_delimiter delimiter and generate a temporary [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql/' rel='bookmark' title='Permanent Link: Stored procedure to add-remove prefix by rename table mysql'>Stored procedure to add-remove prefix by rename table mysql</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects/' rel='bookmark' title='Permanent Link: Stored procedure to Find database objects'>Stored procedure to Find database objects</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/ideas-for-select-all-columns-but-one-mysql-stored-procedure/' rel='bookmark' title='Permanent Link: Ideas for select all columns but one mysql stored procedure'>Ideas for select all columns but one mysql stored procedure</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-split-delimited-string-into-rows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Stored procedure &#8211; 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 14:12:01 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[MySQL]]></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 particular table if it exists.
Basically I created it to satisfy a need of altering a table if column exists.
Now it can be used to execute any [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/ideas-for-select-all-columns-but-one-mysql-stored-procedure/' rel='bookmark' title='Permanent Link: Ideas for select all columns but one mysql stored procedure'>Ideas for select all columns but one mysql stored procedure</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql/' rel='bookmark' title='Permanent Link: Stored procedure to add-remove prefix by rename table mysql'>Stored procedure to add-remove prefix by rename table mysql</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects/' rel='bookmark' title='Permanent Link: Stored procedure to Find database objects'>Stored procedure to Find database objects</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/stored-procedure-execute-query-if-table-or-column-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to echo colored text in linux shell script</title>
		<link>http://kedar.nitty-witty.com/blog/how-to-echo-colored-text-in-shell-script/</link>
		<comments>http://kedar.nitty-witty.com/blog/how-to-echo-colored-text-in-shell-script/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 15:54:28 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=277</guid>
		<description><![CDATA[
			
				
			
		
Try following command on you bash:
 bash $] tput setaf 1
You will see your text color will turn red.
To reset it you can type following command to make text color white
 bash $] tput setaf 7
or to reset everything again text modes
 bash $] tput sgr0
Same things you can use in your bash script to [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/mydumpsplitter-extract-tables-from-mysql-dump-shell-script/' rel='bookmark' title='Permanent Link: MyDumpSplitter-Extract tables from Mysql dump-shell script'>MyDumpSplitter-Extract tables from Mysql dump-shell script</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/simple-shell-script-to-monitoring-disk-space-on-a-linux-machine/' rel='bookmark' title='Permanent Link: Simple Shell Script to Monitoring Disk Space on a Linux Machine'>Simple Shell Script to Monitoring Disk Space on a Linux Machine</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/linux-shell-commands-quick-how-to/' rel='bookmark' title='Permanent Link: Linux Shell Commands &#8211; quick how-tos'>Linux Shell Commands &#8211; quick how-tos</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/how-to-echo-colored-text-in-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</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 13:56:52 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[replication]]></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 a master master replication setup.
It requires a single shared login id available on both MySQL servers.
It will display in tabular format following details:

File: Present binary [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/monitor-mysql-replication-using-php/' rel='bookmark' title='Permanent Link: Monitor mysql replication using php'>Monitor mysql replication using php</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/quick-multi-mysql-server-installation-with-master-master-replication-on-same-windows-box/' rel='bookmark' title='Permanent Link: Quick Multi MySQL Server Installation with Master-Master Replication on Same Windows Box'>Quick Multi MySQL Server Installation with Master-Master Replication on Same Windows Box</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/problem-with-master-master-replication-and-auto-increment/' rel='bookmark' title='Permanent Link: Problem with Master Master Replication and Auto Increment'>Problem with Master Master Replication and Auto Increment</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-master-master-replication-monitor-with-php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using VLookup and batch script to compare two excel / csv and retrive result</title>
		<link>http://kedar.nitty-witty.com/blog/usingvlookup-and-batch-script-to-compare-two-excel-csv-and-retrive-result/</link>
		<comments>http://kedar.nitty-witty.com/blog/usingvlookup-and-batch-script-to-compare-two-excel-csv-and-retrive-result/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 15:35:04 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=249</guid>
		<description><![CDATA[
			
				
			
		
Using Vlookup:
I have two csv files; File1 has Id and Value Columns and File2 has Id.
Problem: I need to compare both files and put respective values to File2 from File1.
Solution: VLookup in excel
Steps:

Open both files in Excel &#38; arrange it vertically (Window &#62;&#62; Arrange; for ease)



Click on cell where you want to put compared value: [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/batch-script-to-add-remove-prefix-zero-pad-bulk-file-rename/' rel='bookmark' title='Permanent Link: batch script to add remove prefix zero pad bulk file rename'>batch script to add remove prefix zero pad bulk file rename</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/bat-batch-file-to-create-formatted-date-ddmmyyyy-directory/' rel='bookmark' title='Permanent Link: bat &#8211; batch file to create formatted date time (ddmmyyyy) directory'>bat &#8211; batch file to create formatted date time (ddmmyyyy) directory</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/replication-slave-lag-monitoring-using-heartbeat-and-windows-batch-scripts/' rel='bookmark' title='Permanent Link: Replication slave lag monitoring using heartbeat and windows batch scripts'>Replication slave lag monitoring using heartbeat and windows batch scripts</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/usingvlookup-and-batch-script-to-compare-two-excel-csv-and-retrive-result/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculate Mysql Memory Usage &#8211; 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 16:11:28 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Code]]></category>
		<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=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 as and when mysql server is started. Along with that mysql server allocates memory to each thread to perform respective tasks.
So the formula goes:
Mysql Server Memory Usage [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/mysql-memory-usage-limits-on-32-bit-linux-os/' rel='bookmark' title='Permanent Link: MySQL Memory Usage Limits on 32 bit Linux'>MySQL Memory Usage Limits on 32 bit Linux</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql/' rel='bookmark' title='Permanent Link: Stored procedure to add-remove prefix by rename table mysql'>Stored procedure to add-remove prefix by rename table mysql</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects/' rel='bookmark' title='Permanent Link: Stored procedure to Find database objects'>Stored procedure to Find database objects</a></li>
</ol>]]></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>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[Technical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[master-master]]></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 in monitoring and maintaining replication.
This article explains us a way to monitor replication slave lag time. It also includes a sample batch scripts to automate [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/mysql-master-master-replication-monitor-with-php-code/' rel='bookmark' title='Permanent Link: MySQL master master replication monitor with php code'>MySQL master master replication monitor with php code</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/quick-multi-mysql-server-installation-with-master-master-replication-on-same-windows-box/' rel='bookmark' title='Permanent Link: Quick Multi MySQL Server Installation with Master-Master Replication on Same Windows Box'>Quick Multi MySQL Server Installation with Master-Master Replication on Same Windows Box</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/monitor-mysql-replication-using-php/' rel='bookmark' title='Permanent Link: Monitor mysql replication using php'>Monitor mysql replication using php</a></li>
</ol>]]></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 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[Code]]></category>
		<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=38</guid>
		<description><![CDATA[
			
				
			
		
What will you do if one day some one ask you to find single string in all databases, alltables and in all columns?
I just read such question and tried to find a &#8220;ready made&#8221; solution.
Reusability is Key Concept !!
But I ended up finding no &#8220;copy-paste&#8221; material. Some of the posts like http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm helped me out and supported my [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/ideas-for-select-all-columns-but-one-mysql-stored-procedure/' rel='bookmark' title='Permanent Link: Ideas for select all columns but one mysql stored procedure'>Ideas for select all columns but one mysql stored procedure</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql/' rel='bookmark' title='Permanent Link: Stored procedure to add-remove prefix by rename table mysql'>Stored procedure to add-remove prefix by rename table mysql</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-execute-query-if-table-or-column-exists/' rel='bookmark' title='Permanent Link: Stored procedure &#8211; Execute query if table or Column exists'>Stored procedure &#8211; Execute query if table or Column exists</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Dos Chat &#8211; Lan Messenger</title>
		<link>http://kedar.nitty-witty.com/blog/the-dos-chat-lan-messenger/</link>
		<comments>http://kedar.nitty-witty.com/blog/the-dos-chat-lan-messenger/#comments</comments>
		<pubDate>Fri, 08 May 2009 08:14:45 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[messenger]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=49</guid>
		<description><![CDATA[
			
				
			
		
This is a LAN Messenger which allows you to chat with friends on local network. The Dos based chat program is just like a chat program but only for LAN. What you need to have is: This tool, a desire for communication and an IP / Machine Name. In one line, its a &#8220;batch program [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/quick-multi-mysql-server-installation-with-master-master-replication-on-same-windows-box/' rel='bookmark' title='Permanent Link: Quick Multi MySQL Server Installation with Master-Master Replication on Same Windows Box'>Quick Multi MySQL Server Installation with Master-Master Replication on Same Windows Box</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/scheduled-backup-mysql-administrator-windows-scheduler-odd/' rel='bookmark' title='Permanent Link: Scheduled Backup MySQL Administrator &#038; Windows Scheduler &#8211; Odd'>Scheduled Backup MySQL Administrator &#038; Windows Scheduler &#8211; Odd</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/mysql-master-master-replication-monitor-with-php-code/' rel='bookmark' title='Permanent Link: MySQL master master replication monitor with php code'>MySQL master master replication monitor with php code</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/the-dos-chat-lan-messenger/feed/</wfw:commentRss>
		<slash:comments>0</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[Technical]]></category>
		<category><![CDATA[code]]></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 simple code with two php files one to display and one to upload.
For Image Upload code, I&#8217;ve added code download link upload-image-mysql-demo.zip at the end of [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/mysql-master-master-replication-monitor-with-php-code/' rel='bookmark' title='Permanent Link: MySQL master master replication monitor with php code'>MySQL master master replication monitor with php code</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/monitor-mysql-replication-using-php/' rel='bookmark' title='Permanent Link: Monitor mysql replication using php'>Monitor mysql replication using php</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/load-delimited-data-csv-excel-into-mysql-server/' rel='bookmark' title='Permanent Link: Load Delimited Data (csv, excel) into MySQL Server'>Load Delimited Data (csv, excel) into MySQL Server</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/upload-image-to-mysql-using-php/feed/</wfw:commentRss>
		<slash:comments>1</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[Code]]></category>
		<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 and Repair you may ofcourse refer dev.mysql.com.

OPTIMIZE TABLE should be used if you have deleted a large part of a table or if you have [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql/' rel='bookmark' title='Permanent Link: Search through all databases, tables, columns in mysql'>Search through all databases, tables, columns in mysql</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/choosing-between-myisam-and-innodb-%e2%80%93-mysql-storage-engines/' rel='bookmark' title='Permanent Link: Choosing between MyISAM and INNODB – MySQL Storage Engines'>Choosing between MyISAM and INNODB – MySQL Storage Engines</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql/' rel='bookmark' title='Permanent Link: Stored procedure to add-remove prefix by rename table mysql'>Stored procedure to add-remove prefix by rename table mysql</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/perl-script-for-analyze-optimize-repair-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
