Archives for “MySQL”

Pie Charts with MySQL

Hey... ... want to know how to do this with MySQL? [code gutter="false" light="true" wraplines="false"] +----------------------------------------------------------------------+ | pie_chart ...


Outline An interesting problem reared its head today regarding the inability of my Django setup to connect to a remote MySQL server. I have just migrated ...


A good friend of mine has been kind enough to donate me a Slim Devices Squeezebox (Merci Olaf & Isabelle, je vous dois beaucoup!). Basically ...


I have just come across an interesting discussion of MySQL's GROUP BY clause. I have always taken it as read that MySQL rather 'abused' the ...


MySQL's fulltext searching makes use of 'Term Vector Theory', which basically means calculating word distances using three dimensional vectors. Go here for a more thorough ...


A project I am involved in at the moment requires the ability to search databases for text matches in an intelligent manner from a web ...


I have recently been working a lot with MySQL stored procedures. I tend to write them up first in a text editor - textpad or ...