Re: INTO OUTFILE error

2004-06-02 Thread [EMAIL PROTECTED]
There's got ot be something else wrong. I've got the exact same problem and I have done a chmod 666 on the directory I am trying to write to with no luck. I am running v4.0.15 /T on 6/1/04 7:06, Egor Egorov at [EMAIL PROTECTED] wrote: > John Mistler <[EMAIL PROTECTED]> wrote: >> Would there be

Converting a different database to mysql

2004-06-02 Thread Glenn McCord
Gidday. Is there anyway to convert an Advanced Revelations/Open Insight database into a mySQL database. Cheers, Glenn -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

fulltext in boolean mode with utf8

2004-06-02 Thread Dainis Polis
Hi All! May be anyone can help in this situation: Version: 4.1.2-alpha-nightly-20040523-log OS : Linux Show create table TEST: CREATE TABLE `TEST` ( `ID` int(10) unsigned NOT NULL auto_increment, `saturs` char(255) default NULL, PRIMARY KEY (`ID`), FULLTEXT KEY `sat` (`saturs`) ) ENGINE=MyISAM DEFA

Re: Error on Outfile

2004-06-02 Thread John Mistler
I just encountered this yesterday on my Macintosh, and it turned out that user "mysql" did not have permission to write to the destination folder. I simply had to change the permissions on that folder to include Read & Write access to user "mysql". -John on 6/1/04 8:09 PM, [EMAIL PROTECTED] at [

[mysql-php] mysqlimport error

2004-06-02 Thread nikos
Hello list I'm trying mysqlimport --local -d --fields-enclosed-by="|" --fields-terminated-by=";" - -lines-terminted-by="\n" -unikos -p mydb c://temp//programs.txt but i get an Error: File 'c:/temp/programs.txt' not found (Errcode: 2), when using table: programs What I'm doing wrong? RH-9 - AP

<    1   2