Technical Archive
-
Petition – Help saving MySQL – II
Posted on December 29, 2009 | No CommentsMore...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... -
MySQL Memory Usage Limits on 32 bit Linux
Posted on December 18, 2009 | No CommentsMore...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... -
MySQL Certification Free Retake: Get TWO chances to get MySQL Certified
Posted on December 15, 2009 | No CommentsMore...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) -... -
Monty: Help Saving MySQL – The Oracle & EC
Posted on December 14, 2009 | No CommentsMore...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... -
Stored procedure to Find database objects
Posted on December 5, 2009 | 1 CommentMore...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.... -
How to echo colored text in linux shell script
Posted on December 4, 2009 | 2 CommentsMore...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... -
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... -
bat – batch file to create formatted date time (ddmmyyyy) directory
Posted on November 18, 2009 | 1 CommentMore...I required to make a batch script which needs file / directory to be created with current date / time stamps. Following are the code snipts for formating date /... -
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.... -
Regular Expression Basics – Quick Reference
Posted on March 4, 2009 | No CommentsMore... Characters Character Description Example Any character except [\^$.|?*+() All characters except the listed special characters match a single instance of themselves. { and } are literal characters, unless they're...