I have the following table in MySQL that records event counts of stuff happening each day
event_date event_count 2011-05-03 21 2011-05-04 12 2011
If you want textual representation of day of week - use DAYNAME() function.