MySQL University: Concurrency Control: How It Really Works
Summer season has ended and MySQL University sessions are being held again. This week's topic might interest those of you, who use transaction capabilities of InnoDB.
Summer season has ended and MySQL University sessions are being held again. This week's topic might interest those of you, who use transaction capabilities of InnoDB.
This entry focuses on the discussion of the pcre regex escape sequence, \K. Surprisingly handy yet perhaps largely unknown and under used. Once understood, this regex tool can make certain problems very easy to solve.
This article covers the installation and configuration of a LAMP development environment on a windows laptop using Sun's free VirtualBox. http://www.gizmola.com/blog/archives/95-Run-a-Centos-Lamp-development-server-on-XP-using-VirtualBox.html
10 ways to avoid writing crappy code in OO PHP applications
How do you recognize crappy applications without getting knee deep into the code? 10 pointers to identify crappy PHP software quickly...
Having trouble enabling 'Startup variables' and 'Service' tabs in MySQL Administrator when connecting to WampServer localhost? Read on.
Tired of your upload clients? Well here's a method that's fast and easy to use.
Data Charmer lectures about MySQL's new feature
Appending or die() to PHP statements is a commonplace technique. However, this type of error handling is very bad practice. This post explains why you shouldn't use it, and what you could do instead.