-
Daily Popular
- Xtreme Movie Review: Agneepath Agneepath Agneepath (2012)
- JaxtrSMS-Send Free SMS Worldwide | Download for iPhone, Android, BlackBerry, Java
- Load Delimited Data (csv, excel) into MySQL Server
- Collection for insulting – one liners
- 10 Steps: MySQL Monitoring through Nagios: Install & Configure
- Unique birthday card wishes for My dear Brother
- Working with EditPlus Text Editor-Regular Expression How To
- MyDumpSplitter-Extract tables from Mysql dump-shell script
- Place to visit Mumbai: Alibaug 1-2 day tour weekend picnic
- 3 Idiots – Chatur Silencer Speech Chamatkar
-
code Archive
-
Using VLookup like Batch script to compare two excel / csv
Posted on November 24, 2009 | No CommentsMore...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... -
Calculate Mysql Memory Usage – Quick Stored Proc
Posted on November 16, 2009 | No CommentsMore...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... -
Replication slave lag monitoring using heartbeat and windows batch scripts
Posted on November 4, 2009 | No CommentsMore...“Show Slave Status” command has a last column “Seconds_Behind_Master”, which gives us idea about how much time slave is lagging behind master. It is an important to be considered parameter... -
Search-find through all databases, tables, columns in mysql
Posted on October 29, 2009 | 3 CommentsMore...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... -
The Dos Chat – Lan Messenger
Posted on May 8, 2009 | No CommentsMore...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.... -
Upload Image to MySQL using PHP
Posted on January 30, 2009 | No CommentsMore...Upload Image to MySQL using PHP As a new-bie to php/mysql, I tried different stuffs. So here I’m with my php code for Image Upload to MySQL. Its a quite... -
Perl Script for Analyze – Optimize – Repair Mysql Databases
Posted on January 1, 2009 | 1 CommentMore...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...