Joinutility seperatorLogin utility separator Infobright.com
   
 
Export To CSV Issue
Posted: 02 June 2010 08:40 AM   Ignore ]  
Newbie
Rank
Total Posts:  1
Joined  2010-06-02

Hi,

When trying to export data from infobright table to CSV file using SELECt…...OUTFILE query the following error is displayed
“Brighthouse specific error: Unable to open file or named pipe.”.
However, this happens if the table is located in a remote machine but works fine if tried locally.

Please revert.

Regards,
Ganesh.S

Profile
 
Posted: 02 June 2010 09:24 AM   Ignore ]   [ # 1 ]  
Sr. Member
Avatar
RankRankRankRank
Total Posts:  505
Joined  2008-08-18

Hi Ganesh,

The file is generated on the server where Infobright is running. So in order to use this, you need local permissions on the server filesystem in the directory where you are trying to put the file.

More specifically, the user running mysqld (typically “mysql”) needs permissions there. Your mysql login user also needs to be granted the FILE permission.

Geoffrey

Signature 
Profile