RE: maximum number of columns & max row size

2002-08-01 Thread James Ching
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

RE: mysqlimport usage

2002-07-23 Thread James Ching
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

mysqlimport usage

2002-07-18 Thread James Ching
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