I was previously able to load mysql data in my VM similar to the following:
mysql> LOAD DATA INFILE ‘/mnt/hgfs/shared/DimDummy.csv’ INTO TABLE dimdummy FIELDS TERMINATED BY ‘|’;
This now gives
ERROR 5 (HY000): Unknown Error.
it appears that I have bhloader (suggested from another community post)
$ sudo find / -name bhloader
/usr/local/infobright-3.2-i686/bin/bhloader
Since the last time I used LOAD DATA INFILE… I created data connections and a Mondrian cube. I deleted all of those items and connections, yet I still get this error.
mysql> describe dimdummy;
(works fine… Field Description ; varchar(50) ; Null NO )
$ more /mnt/hgfs/shared/DimDummy.csv
(shows my data file)
Does anyone know how to troubleshoot this or what I should do next. I’m thinking of starting from a fresh VM (from the downloads). Thanks.

