tracking

Working with Maven Project in Eclipse

Maven helps the software project life cycle in many ways. One of the many attributes if it is that it integrates well with IDEs such as eclipse, Net beans and IntelliJ. I am trying to list certain things here which you can do while working with Maven managed project in Eclipse. 1. You definitely need [...]


HTTPD(Apache web server) Log File Analyzer

There are many web statistics tools available free/commercial like Google Analytics, site meter, click tale and many more. These web analytic tools ask to embed certain javascript code in your website and use it to track website statistics. Similar statistics can also be found using the log file of web server i.e. Apache web server [...]


error code [1030]; Got error 28 from storage engine

This is quick thing which i wanted to share with you all and also the possible cause of this. This error started coming today afternoon on one of our production servers. We wasted some of the time searching logs and some errors which were irrelevant and finally Google for it. Quickly we got the cause [...]


MySQL Schema Maintenance

MySQL Schema Maintenance View more documents from Giuseppe Maxia.


Calculate Table size, Index Size – MySql

Keep check on mysql tables sizes as it may affect performance of overall application. You can use the query below for checking the size of table and its indexes. Some tables which store each and every activity related to your business can grow very fast and as your users will grow, possibility of increased data [...]