Also, check permissions on the mysql directories to make sure that MySql can
actually write into it and that other people can read the mysql.sock file.
-Original Message-
From: Steve Suehring [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 25, 2002 8:42 AM
To: Ricardo Javier Aranibar Le
Here's a conundrum I'm having with MySQL.
The following code returns a bunch of records:
SELECT sl_Year,
sl_DayOfYear,
sl_Query,
SUM(sl_CountOfOccurrences) AS NumRequests
FROM SearchLog
GROUP BY sl_Year,
sl_DayOfYear,
sl_Query
one of these records looks li