Tag: MySQL

Most developers don’t see the technical debt on V1

Existence of V1 (the very first version of our solution) actually shows our hope that…

Poor man’s full text search for SuiteCRM

The poor man's CRM, a.k.a SuiteCRM, is great (... was great for its time!); that's…

MySQL Error: Thread stack overrun

Recently, I've come across this error: MySQL error 1436: Thread stack overrun: 164720 bytes used…

Recursive Relationships in Databases

One of the tricky issues in entity relationship model is the recursive relationships. Sometimes an…

To upgrade or not to upgrade XAMPP 1.7.3

XAMPP is just another package of: Apache HTTP Server, MySQL, PHP + PEAR + Zend…

Paging records in MS SQL Server 2005

After years of torturing their SQL Server users, Microsoft provided a "better" way of paging…