The way you store session values, as you said, can be troublesome when new
dimensions are added, or existing ones removed. Also it might be
constrained by some column limit. I'd try something like this,
+--++-+---+
| SESSIONID| UserID | DimensionID | Val
There didn't seem to be any responses to this question last time I posted.
So I'll try again. Does anyone know where to locate mysqlimport logs, if
there are any?
TIA
James
-Original Message-----
From: James Ching [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002
Hi,
Does anyone know where to view mysqlimport logs? After running with
"--replace" and I can see a number of rows recorded as deleted and some as
warnings. I can't locate any history anywhere - not in the current
directory, not in mysql installation location, not in in syslog...
Thanks much