This site is still under construction! This doesn't mean that the articles are too!

Category archive for ‘MySQL‘

Optimize your MySQL queries to fine tune you application

As applications are getting more complex and manipulating data in more complex ways it’s becoming more important to optimise our database queries to be as efficient as possible. This article shows how more explicit queries can reduce execution time and take some of the strain off system resources.

MySQL Find and Replace Function

A quick guide to one of the most useful MySQL functions. The replace function is a great way to find and replace bulk text matches in one easy step.